Index: trunk/phase3/skins/CologneBlue.php |
— | — | @@ -73,7 +73,7 @@ |
74 | 74 | |
75 | 75 | $s .= '</td><td class="top" id="top-syslinks" width="100%">'; |
76 | 76 | $s .= $this->sysLinks(); |
77 | | - $s .= '</td></tr><tr><td class="top-linkcollection">'; |
| 77 | + $s .= '</td></tr><tr><td class="top-subheader">'; |
78 | 78 | |
79 | 79 | $s .= '<font size="-1"><span id="sitesub">'; |
80 | 80 | $s .= htmlspecialchars( wfMsg( 'sitesubtitle' ) ) . '</span></font>'; |
Index: trunk/phase3/skins/cologneblue/screen.css |
— | — | @@ -103,6 +103,9 @@ |
104 | 104 | td.top-linkcollection { |
105 | 105 | text-align: right; |
106 | 106 | } |
| 107 | +td.top-subheader { |
| 108 | + vertical-align: top; |
| 109 | +} |
107 | 110 | |
108 | 111 | td.bottom { |
109 | 112 | font-family: Verdana, Arial, sans-serif; |