|
6 | 6 | body { |
7 | 7 | font-family: "Helvetica Neue", Helvetica, 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva', 'Verdana', sans-serif; |
8 | 8 | font-size: 14px; |
9 | | - letter-spacing: -0.01em; |
10 | 9 | line-height: 150%; |
11 | 10 | text-align: center; |
12 | 11 | background-color: #BFD1D4; |
|
272 | 271 | } |
273 | 272 |
|
274 | 273 | h3 { |
275 | | - margin: 1em 0 -0.3em 0; |
| 274 | + margin: 0.2em 0 0.1em 0; |
276 | 275 | font-size: 1.2em; |
277 | 276 | } |
278 | 277 |
|
@@ -513,19 +512,13 @@ table.docutils { |
513 | 512 | .longtable.docutils { |
514 | 513 | font-size: 12px; |
515 | 514 | margin-bottom: 30px; |
516 | | - background-color: #ccc; |
517 | 515 | } |
518 | 516 | .longtable.docutils, .longtable.docutils td { |
519 | 517 | border-color: #ccc; |
520 | 518 | } |
521 | 519 |
|
522 | | -/* module summary table */ |
523 | | -.longtable.docutils { |
524 | | - font-size: 12px; |
525 | | - margin-bottom: 30px; |
526 | | -} |
527 | | -.longtable.docutils, .longtable.docutils td { |
528 | | - border-color: #ccc; |
| 520 | +.longtable.docutils tr.row-even{ |
| 521 | + background-color: #eff3f4; |
529 | 522 | } |
530 | 523 |
|
531 | 524 | /* function and class description */ |
@@ -560,16 +553,20 @@ dl.class dd, dl.function dd { |
560 | 553 | } |
561 | 554 |
|
562 | 555 | /* function and class description */ |
563 | | -dl.class, dl.function, dl.method, dl.attribute { |
| 556 | +dl.function, dl.method, dl.attribute { |
564 | 557 | border-top: 1px solid #ccc; |
565 | 558 | padding-top: 6px; |
566 | 559 | } |
567 | 560 |
|
568 | | -dl.class, dl.function { |
| 561 | +dl.function { |
569 | 562 | border-top: 1px solid #888; |
570 | | - margin-top: 15px; |
| 563 | + margin-top: 15px; |
571 | 564 | } |
572 | 565 |
|
| 566 | +dl.class { |
| 567 | + padding-top: 6px; |
| 568 | + margin-top: 15px; |
| 569 | +} |
573 | 570 |
|
574 | 571 | .descclassname { |
575 | 572 | color: #aaa; |
@@ -705,7 +702,7 @@ div.responsive_subfig{ |
705 | 702 |
|
706 | 703 | /* Include content, padding and border in width. This should */ |
707 | 704 | /* avoid having to use tricks like "width: 24.9999%" */ |
708 | | - box-sizing: border-box; |
| 705 | + box-sizing: border-box; |
709 | 706 | } |
710 | 707 |
|
711 | 708 | div.responsive_subfig img { |
|
0 commit comments