Fix the sitesub of cologneblue. Follow up to r80785
authorDerk-Jan Hartman <hartman@users.mediawiki.org>
Sat, 19 Nov 2011 14:09:58 +0000 (14:09 +0000)
committerDerk-Jan Hartman <hartman@users.mediawiki.org>
Sat, 19 Nov 2011 14:09:58 +0000 (14:09 +0000)
skins/CologneBlue.php
skins/cologneblue/screen.css

index 54e8105..4b6fbe1 100644 (file)
@@ -73,7 +73,7 @@ class CologneBlueTemplate extends LegacyTemplate {
 
                $s .= '</td><td class="top" id="top-syslinks" width="100%">';
                $s .= $this->sysLinks();
-               $s .= '</td></tr><tr><td class="top-linkcollection">';
+               $s .= '</td></tr><tr><td class="top-subheader">';
 
                $s .= '<font size="-1"><span id="sitesub">';
                $s .= htmlspecialchars( wfMsg( 'sitesubtitle' ) ) . '</span></font>';
index 802067d..76ab128 100644 (file)
@@ -103,6 +103,9 @@ td#top-syslinks {
 td.top-linkcollection {
        text-align: right;
 }
+td.top-subheader {
+       vertical-align: top;
+}
 
 td.bottom {
        font-family: Verdana, Arial, sans-serif;