@@ -133,10 +133,6 @@ dt:target,
133
133
background-color : # ffffee ;
134
134
}
135
135
136
- dl .class , dl .function {
137
- border-top : 2px solid # 888 ;
138
- }
139
-
140
136
dl .method , dl .attribute {
141
137
border-top : 1px solid # aaa ;
142
138
}
@@ -520,20 +516,6 @@ table.docutils {
520
516
border-color : # ccc ;
521
517
}
522
518
523
- /* function and class description */
524
- dl .class , dl .function , dl .method , dl .attribute {
525
- border-top : 1px solid # ccc ;
526
- padding-top : 10px ;
527
- }
528
- .descclassname {
529
- color : # aaa ;
530
- font-weight : normal;
531
- font-family : monospace;
532
- }
533
- .descname {
534
- font-family : monospace;
535
- }
536
-
537
519
/* module summary table */
538
520
.longtable .docutils {
539
521
font-size : 12px ;
@@ -544,10 +526,6 @@ dl.class, dl.function, dl.method, dl.attribute {
544
526
}
545
527
546
528
/* function and class description */
547
- dl .class , dl .function , dl .method , dl .attribute {
548
- border-top : 1px solid # ccc ;
549
- padding-top : 10px ;
550
- }
551
529
.descclassname {
552
530
color : # aaa ;
553
531
font-weight : normal;
@@ -573,9 +551,33 @@ dl.class em, dl.function em, dl.class big, dl.function big {
573
551
font-weight : normal;
574
552
font-family : monospace;
575
553
}
554
+
576
555
dl .class dd , dl .function dd {
577
556
padding : 10px ;
578
557
}
558
+
559
+ /* function and class description */
560
+ dl .class , dl .function , dl .method , dl .attribute {
561
+ border-top : 1px solid # ccc ;
562
+ padding-top : 6px ;
563
+ }
564
+
565
+ dl .class , dl .function {
566
+ border-top : 1px solid # 888 ;
567
+ margin-top : 15px ;
568
+ }
569
+
570
+
571
+ .descclassname {
572
+ color : # aaa ;
573
+ font-weight : normal;
574
+ font-family : monospace;
575
+ }
576
+ .descname {
577
+ font-family : monospace;
578
+ }
579
+
580
+
579
581
.docutils .field-list th {
580
582
background-color : # eee ;
581
583
padding : 10px ;
0 commit comments