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 id="firstHeading"><?php $this->data['displaytitle']!=""?$this->html('title'):$this->text('title') ?></h1> |
| 119 | + <h1 id="firstHeading" class="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> |
Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1446,7 +1446,7 @@ |
1447 | 1447 | * to ensure that client-side caches don't keep obsolete copies of global |
1448 | 1448 | * styles. |
1449 | 1449 | */ |
1450 | | -$wgStyleVersion = '194'; |
| 1450 | +$wgStyleVersion = '195'; |
1451 | 1451 | |
1452 | 1452 | |
1453 | 1453 | # Server-side caching: |