r103677 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103676‎ | r103677 | r103678 >
Date:14:09, 19 November 2011
Author:hartman
Status:ok
Tags:
Comment:
Fix the sitesub of cologneblue. Follow up to r80785
Modified paths:
  • /trunk/phase3/skins/CologneBlue.php (modified) (history)
  • /trunk/phase3/skins/cologneblue/screen.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/CologneBlue.php
@@ -73,7 +73,7 @@
7474
7575 $s .= '</td><td class="top" id="top-syslinks" width="100%">';
7676 $s .= $this->sysLinks();
77 - $s .= '</td></tr><tr><td class="top-linkcollection">';
 77+ $s .= '</td></tr><tr><td class="top-subheader">';
7878
7979 $s .= '<font size="-1"><span id="sitesub">';
8080 $s .= htmlspecialchars( wfMsg( 'sitesubtitle' ) ) . '</span></font>';
Index: trunk/phase3/skins/cologneblue/screen.css
@@ -103,6 +103,9 @@
104104 td.top-linkcollection {
105105 text-align: right;
106106 }
 107+td.top-subheader {
 108+ vertical-align: top;
 109+}
107110
108111 td.bottom {
109112 font-family: Verdana, Arial, sans-serif;

Follow-up revisions

RevisionCommit summaryAuthorDate
r104179REL1_18 MFT r103328, r103634, r103672, r103677, r104033reedy16:27, 24 November 2011
r107953MFT r100348, r101656, r103450, r103672, r103677, r103679, r103694reedy22:32, 3 January 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r80785Port the remaining Skin.php skins standard(classic), Cologneblue and Nostalgia...hartman01:41, 23 January 2011

Status & tagging log