@@ -122,6 +122,8 @@ ul.keywordmatches li.goodmatch a {
122122
123123table .contentstable {
124124 width : 90% ;
125+ margin-left : auto;
126+ margin-right : auto;
125127}
126128
127129table .contentstable p .biglink {
@@ -149,9 +151,14 @@ table.indextable td {
149151 vertical-align : top;
150152}
151153
152- table .indextable dl , table . indextable dd {
154+ table .indextable ul {
153155 margin-top : 0 ;
154156 margin-bottom : 0 ;
157+ list-style-type : none;
158+ }
159+
160+ table .indextable > tbody > tr > td > ul {
161+ padding-left : 0em ;
155162}
156163
157164table .indextable tr .pcap {
@@ -183,6 +190,13 @@ div.genindex-jumpbox {
183190 padding : 0.4em ;
184191}
185192
193+ /* -- domain module index --------------------------------------------------- */
194+
195+ table .modindextable td {
196+ padding : 2px ;
197+ border-collapse : collapse;
198+ }
199+
186200/* -- general body styles --------------------------------------------------- */
187201
188202div .body p , div .body dd , div .body li , div .body blockquote {
@@ -217,10 +231,6 @@ div.body td {
217231 text-align : left;
218232}
219233
220- .field-list ul {
221- padding-left : 1em ;
222- }
223-
224234.first {
225235 margin-top : 0 !important ;
226236}
@@ -337,10 +347,6 @@ table.docutils td, table.docutils th {
337347 border-bottom : 1px solid # aaa ;
338348}
339349
340- table .field-list td , table .field-list th {
341- border : 0 !important ;
342- }
343-
344350table .footnote td , table .footnote th {
345351 border : 0 !important ;
346352}
@@ -377,6 +383,20 @@ div.figure p.caption span.caption-number {
377383div .figure p .caption span .caption-text {
378384}
379385
386+ /* -- field list styles ----------------------------------------------------- */
387+
388+ table .field-list td , table .field-list th {
389+ border : 0 !important ;
390+ }
391+
392+ .field-list ul {
393+ margin : 0 ;
394+ padding-left : 1em ;
395+ }
396+
397+ .field-list p {
398+ margin : 0 ;
399+ }
380400
381401/* -- other body styles ----------------------------------------------------- */
382402
@@ -427,15 +447,6 @@ dl.glossary dt {
427447 font-size : 1.1em ;
428448}
429449
430- .field-list ul {
431- margin : 0 ;
432- padding-left : 1em ;
433- }
434-
435- .field-list p {
436- margin : 0 ;
437- }
438-
439450.optional {
440451 font-size : 1.3em ;
441452}
@@ -592,6 +603,16 @@ span.eqno {
592603 float : right;
593604}
594605
606+ span .eqno a .headerlink {
607+ position : relative;
608+ left : 0px ;
609+ z-index : 1 ;
610+ }
611+
612+ div .math : hover a .headerlink {
613+ visibility : visible;
614+ }
615+
595616/* -- printout stylesheet --------------------------------------------------- */
596617
597618@media print {
0 commit comments