@@ -236,16 +236,6 @@ div.body p, div.body dd, div.body li, div.body blockquote {
236236a .headerlink {
237237 visibility : hidden;
238238}
239- a .brackets : before ,
240- span .brackets > a : before {
241- content : "[" ;
242- }
243-
244- a .brackets : after ,
245- span .brackets > a : after {
246- content : "]" ;
247- }
248-
249239
250240h1 : hover > a .headerlink ,
251241h2 : hover > a .headerlink ,
@@ -334,11 +324,15 @@ aside.sidebar {
334324p .sidebar-title {
335325 font-weight : bold;
336326}
327+ nav .contents ,
328+ aside .topic ,
337329div .admonition , div .topic , blockquote {
338330 clear : left;
339331}
340332
341333/* -- topics ---------------------------------------------------------------- */
334+ nav .contents ,
335+ aside .topic ,
342336div .topic {
343337 border : 1px solid # ccc ;
344338 padding : 7px ;
@@ -377,13 +371,17 @@ div.body p.centered {
377371
378372div .sidebar > : last-child ,
379373aside .sidebar > : last-child ,
374+ nav .contents > : last-child ,
375+ aside .topic > : last-child ,
380376div .topic > : last-child ,
381377div .admonition > : last-child {
382378 margin-bottom : 0 ;
383379}
384380
385381div .sidebar ::after ,
386382aside .sidebar ::after ,
383+ nav .contents ::after ,
384+ aside .topic ::after ,
387385div .topic ::after ,
388386div .admonition ::after ,
389387blockquote ::after {
@@ -608,19 +606,26 @@ ol.simple p,
608606ul .simple p {
609607 margin-bottom : 0 ;
610608}
611- dl .footnote > dt ,
612- dl .citation > dt {
609+ aside .footnote > span ,
610+ div .citation > span {
613611 float : left;
614- margin-right : 0.5em ;
615612}
616-
617- dl .footnote > dd ,
618- dl .citation > dd {
613+ aside .footnote > span : last-of-type ,
614+ div .citation > span : last-of-type {
615+ padding-right : 0.5em ;
616+ }
617+ aside .footnote > p {
618+ margin-left : 2em ;
619+ }
620+ div .citation > p {
621+ margin-left : 4em ;
622+ }
623+ aside .footnote > p : last-of-type ,
624+ div .citation > p : last-of-type {
619625 margin-bottom : 0em ;
620626}
621-
622- dl .footnote > dd : after ,
623- dl .citation > dd : after {
627+ aside .footnote > p : last-of-type : after ,
628+ div .citation > p : last-of-type : after {
624629 content : "" ;
625630 clear : both;
626631}
@@ -636,10 +641,6 @@ dl.field-list > dt {
636641 padding-left : 0.5em ;
637642 padding-right : 5px ;
638643}
639- dl .field-list > dt : after {
640- content : ":" ;
641- }
642-
643644
644645dl .field-list > dd {
645646 padding-left : 0.5em ;
0 commit comments