Index: trunk/phase3/skins/common/shared.css |
— | — | @@ -23,18 +23,6 @@ |
24 | 24 | background-color: #fcfcfc; |
25 | 25 | } |
26 | 26 | |
27 | | -/* Display headings on the same line as edit link */ |
28 | | -h1, h2, h3, h4, h5, h6 { display: inline; margin: 0; } |
29 | | -/* But then we have to reintroduce the margin. We use the W3 recommended mar- |
30 | | - * gins <http://www.w3.org/TR/CSS21/sample.html>, multiplying by the recom- |
31 | | - * mended font-size. */ |
32 | | -.mw-h1 { margin: 1.34em 0; } |
33 | | -.mw-h2 { margin: 1.13em 0; } |
34 | | -.mw-h3 { margin: 0.97em 0; } |
35 | | -.mw-h4 { margin: 1.12em 0; } |
36 | | -.mw-h5 { margin: 1.25em 0; } |
37 | | -.mw-h6 { margin: 1.25em 0; } |
38 | | - |
39 | 27 | /** |
40 | 28 | * File histories |
41 | 29 | */ |
— | — | @@ -553,12 +541,6 @@ |
554 | 542 | clear: both; |
555 | 543 | } |
556 | 544 | |
557 | | -#mw_trackbacks { |
558 | | - border: solid 1px #bbbbff; |
559 | | - background-color: #eeeeff; |
560 | | - padding: 0.2em; |
561 | | -} |
562 | | - |
563 | 545 | /* |
564 | 546 | Table pager (e.g. Special:Imagelist) |
565 | 547 | - remove underlines from the navigation link |