Index: trunk/phase3/skins/monobook/main.css |
— | — | @@ -90,27 +90,13 @@ |
91 | 91 | ** the main content area |
92 | 92 | */ |
93 | 93 | |
94 | | -/* Some space under the headers in the content area */ |
95 | | -#bodyContent h1, #bodyContent h2 { |
96 | | - margin-bottom: .6em; |
97 | | -} |
98 | | -#bodyContent h3, #bodyContent h4, #bodyContent h5 { |
99 | | - margin-bottom: .3em; |
100 | | -} |
101 | | -#firstHeading { |
102 | | - margin-bottom: .1em; |
103 | | - /* These two rules hack around bug 2013 (fix for more limited bug 11325). |
104 | | - When bug 2013 is fixed properly, they should be removed. */ |
105 | | - line-height: 1.2em; |
106 | | - padding-bottom: 0; |
107 | | -} |
108 | | - |
109 | 94 | #siteNotice { |
110 | | - position: relative; |
111 | | - text-align: center; |
112 | 95 | font-size: 95%; |
113 | 96 | padding: 0 0.9em; |
114 | 97 | } |
| 98 | +#localNotice { |
| 99 | + margin: 0; |
| 100 | +} |
115 | 101 | #siteNotice p { |
116 | 102 | margin: 0; |
117 | 103 | padding: 0; |
Index: trunk/phase3/skins/common/commonInterface.css |
— | — | @@ -22,6 +22,26 @@ |
23 | 23 | vertical-align: middle; |
24 | 24 | } |
25 | 25 | |
| 26 | +/* Site Notice (includes notices from CentralNotice extension) */ |
| 27 | +#siteNotice { |
| 28 | + position: relative; |
| 29 | + text-align: center; |
| 30 | + margin: 0; |
| 31 | +} |
| 32 | +#localNotice { |
| 33 | + margin-bottom: 0.9em; |
| 34 | +} |
| 35 | + |
| 36 | +/* First h1 */ |
| 37 | +.firstHeading, |
| 38 | +#firstHeading { |
| 39 | + margin-bottom: .1em; |
| 40 | + /* These two rules hack around bug 2013 (fix for more limited bug 11325). |
| 41 | + When bug 2013 is fixed properly, they should be removed. */ |
| 42 | + line-height: 1.2em; |
| 43 | + padding-bottom: 0; |
| 44 | +} |
| 45 | + |
26 | 46 | /* Sub-navigation */ |
27 | 47 | #siteSub { |
28 | 48 | display: none; |
Index: trunk/phase3/skins/common/commonElements.css |
— | — | @@ -103,6 +103,17 @@ |
104 | 104 | h6 { font-size: 80%; } |
105 | 105 | h6 .editsection { font-size: 125%; font-weight: normal; } |
106 | 106 | |
| 107 | +/* Some space under the headers in the content area */ |
| 108 | +h1, |
| 109 | +h2 { |
| 110 | + margin-bottom: .6em; |
| 111 | +} |
| 112 | +h3, |
| 113 | +h4, |
| 114 | +h5 { |
| 115 | + margin-bottom: .3em; |
| 116 | +} |
| 117 | + |
107 | 118 | p { |
108 | 119 | margin: .4em 0 .5em 0; |
109 | 120 | line-height: 1.5em; |
Index: trunk/phase3/skins/vector/screen.css |
— | — | @@ -686,29 +686,13 @@ |
687 | 687 | |
688 | 688 | /* Site Notice (includes notices from CentralNotice extension) */ |
689 | 689 | #siteNotice { |
690 | | - position: relative; |
691 | | - text-align: center; |
692 | 690 | font-size: 0.8em; |
693 | | - margin: 0; |
694 | 691 | } |
695 | | -#localNotice { |
696 | | - margin-bottom: 0.9em; |
697 | | -} |
698 | | -/* Edge Cases for Content */ |
699 | | -h1, h2 { |
700 | | - margin-bottom: .6em; |
701 | | -} |
702 | | -h3, h4, h5 { |
703 | | - margin-bottom: .3em; |
704 | | -} |
705 | 692 | #firstHeading { |
706 | 693 | padding-top: 0; |
707 | 694 | margin-top: 0; |
708 | 695 | padding-top: 0; |
709 | | - margin-bottom: 0.1em; |
710 | | - line-height: 1.2em; |
711 | 696 | font-size: 1.6em; |
712 | | - padding-bottom: 0; |
713 | 697 | } |
714 | 698 | div#content a.external, |
715 | 699 | div#content a[href ^="gopher://"] { |