@@ -222,7 +222,7 @@ table.modindextable td {
222222/* -- general body styles --------------------------------------------------- */
223223
224224div .body {
225- min-width : 450 px ;
225+ min-width : 360 px ;
226226 max-width : 800px ;
227227}
228228
@@ -237,16 +237,6 @@ a.headerlink {
237237 visibility : hidden;
238238}
239239
240- a .brackets : before ,
241- span .brackets > a : before {
242- content : "[" ;
243- }
244-
245- a .brackets : after ,
246- span .brackets > a : after {
247- content : "]" ;
248- }
249-
250240h1 : hover > a .headerlink ,
251241h2 : hover > a .headerlink ,
252242h3 : hover > a .headerlink ,
@@ -335,12 +325,16 @@ p.sidebar-title {
335325 font-weight : bold;
336326}
337327
328+ nav .contents ,
329+ aside .topic ,
338330div .admonition , div .topic , blockquote {
339331 clear : left;
340332}
341333
342334/* -- topics ---------------------------------------------------------------- */
343335
336+ nav .contents ,
337+ aside .topic ,
344338div .topic {
345339 border : 1px solid # ccc ;
346340 padding : 7px ;
@@ -379,13 +373,17 @@ div.body p.centered {
379373
380374div .sidebar > : last-child ,
381375aside .sidebar > : last-child ,
376+ nav .contents > : last-child ,
377+ aside .topic > : last-child ,
382378div .topic > : last-child ,
383379div .admonition > : last-child {
384380 margin-bottom : 0 ;
385381}
386382
387383div .sidebar ::after ,
388384aside .sidebar ::after ,
385+ nav .contents ::after ,
386+ aside .topic ::after ,
389387div .topic ::after ,
390388div .admonition ::after ,
391389blockquote ::after {
@@ -428,10 +426,6 @@ table.docutils td, table.docutils th {
428426 border-bottom : 1px solid # aaa ;
429427}
430428
431- table .footnote td , table .footnote th {
432- border : 0 !important ;
433- }
434-
435429th {
436430 text-align : left;
437431 padding-right : 5px ;
@@ -615,19 +609,26 @@ ul.simple p {
615609 margin-bottom : 0 ;
616610}
617611
618- dl .footnote > dt ,
619- dl .citation > dt {
612+ aside .footnote > span ,
613+ div .citation > span {
620614 float : left;
621- margin-right : 0.5em ;
622615}
623-
624- dl .footnote > dd ,
625- dl .citation > dd {
616+ aside .footnote > span : last-of-type ,
617+ div .citation > span : last-of-type {
618+ padding-right : 0.5em ;
619+ }
620+ aside .footnote > p {
621+ margin-left : 2em ;
622+ }
623+ div .citation > p {
624+ margin-left : 4em ;
625+ }
626+ aside .footnote > p : last-of-type ,
627+ div .citation > p : last-of-type {
626628 margin-bottom : 0em ;
627629}
628-
629- dl .footnote > dd : after ,
630- dl .citation > dd : after {
630+ aside .footnote > p : last-of-type : after ,
631+ div .citation > p : last-of-type : after {
631632 content : "" ;
632633 clear : both;
633634}
@@ -644,10 +645,6 @@ dl.field-list > dt {
644645 padding-right : 5px ;
645646}
646647
647- dl .field-list > dt : after {
648- content : ":" ;
649- }
650-
651648dl .field-list > dd {
652649 padding-left : 0.5em ;
653650 margin-top : 0em ;
0 commit comments