Index: trunk/phase3/skins/monobook/main.css |
— | — | @@ -274,6 +274,7 @@ |
275 | 275 | vertical-align: middle; |
276 | 276 | } |
277 | 277 | #siteNotice { |
| 278 | + position: relative; |
278 | 279 | text-align: center; |
279 | 280 | font-size: 95%; |
280 | 281 | padding: 0 0.9em; |
Index: trunk/phase3/skins/Vector.php |
— | — | @@ -146,9 +146,11 @@ |
147 | 147 | <!-- /firstHeading --> |
148 | 148 | <!-- bodyContent --> |
149 | 149 | <div id="bodyContent"> |
| 150 | + <?php if ( $this->data['isarticle'] ): ?> |
150 | 151 | <!-- tagline --> |
151 | 152 | <div id="siteSub"><?php $this->msg( 'tagline' ) ?></div> |
152 | 153 | <!-- /tagline --> |
| 154 | + <?php endif; ?> |
153 | 155 | <!-- subtitle --> |
154 | 156 | <div id="contentSub"<?php $this->html('userlangattributes') ?>><?php $this->html( 'subtitle' ) ?></div> |
155 | 157 | <!-- /subtitle --> |