Index: trunk/phase3/skins/chick/IE50Fixes.css |
— | — | @@ -63,5 +63,5 @@ |
64 | 64 | padding:0; |
65 | 65 | margin:0; |
66 | 66 | } |
67 | | -.firstHeading { margin-bottom: 0.3em; } |
| 67 | +#firstHeading { margin-bottom: 0.3em; } |
68 | 68 | /*div{ border:1px solid Red !important;}*/ |
Index: trunk/phase3/skins/chick/main.css |
— | — | @@ -176,7 +176,7 @@ |
177 | 177 | #bodyContent h5 { |
178 | 178 | margin-bottom: 0.3em; |
179 | 179 | } |
180 | | -.firstHeading { margin-bottom:0.1em; } |
| 180 | +#firstHeading { margin-bottom:0.1em; } |
181 | 181 | |
182 | 182 | /* user notification thing */ |
183 | 183 | .usermessage { |
Index: trunk/phase3/skins/monobook/IE50Fixes.css |
— | — | @@ -63,5 +63,5 @@ |
64 | 64 | padding:0; |
65 | 65 | margin: 0; |
66 | 66 | } |
67 | | -.firstHeading { margin-bottom: .3em; } |
| 67 | +#firstHeading { margin-bottom: .3em; } |
68 | 68 | /*div{ border:1px solid Red !important;}*/ |
Index: trunk/phase3/skins/monobook/main.css |
— | — | @@ -260,7 +260,7 @@ |
261 | 261 | #bodyContent h3, #bodyContent h4, #bodyContent h5 { |
262 | 262 | margin-bottom: .3em; |
263 | 263 | } |
264 | | -.firstHeading { |
| 264 | +#firstHeading { |
265 | 265 | margin-bottom: .1em; |
266 | 266 | /* These two rules hack around bug 2013 (fix for more limited bug 11325). |
267 | 267 | When bug 2013 is fixed properly, they should be removed. */ |
Index: trunk/phase3/skins/MonoBook.php |
— | — | @@ -115,7 +115,7 @@ |
116 | 116 | <div id="content"> |
117 | 117 | <a name="top" id="top"></a> |
118 | 118 | <?php if($this->data['sitenotice']) { ?><div id="siteNotice"><?php $this->html('sitenotice') ?></div><?php } ?> |
119 | | - <h1 class="firstHeading"><?php $this->data['displaytitle']!=""?$this->html('title'):$this->text('title') ?></h1> |
| 119 | + <h1 id="firstHeading"><?php $this->data['displaytitle']!=""?$this->html('title'):$this->text('title') ?></h1> |
120 | 120 | <div id="bodyContent"> |
121 | 121 | <h3 id="siteSub"><?php $this->msg('tagline') ?></h3> |
122 | 122 | <div id="contentSub"><?php $this->html('subtitle') ?></div> |