From: Derk-Jan Hartman Date: Sat, 19 Nov 2011 14:09:58 +0000 (+0000) Subject: Fix the sitesub of cologneblue. Follow up to r80785 X-Git-Tag: 1.31.0-rc.0~26423 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_aide%28?a=commitdiff_plain;h=00de9184d39b72698da9899ec59e51b090864856;p=lhc%2Fweb%2Fwiklou.git Fix the sitesub of cologneblue. Follow up to r80785 --- diff --git a/skins/CologneBlue.php b/skins/CologneBlue.php index 54e8105555..4b6fbe1ac6 100644 --- a/skins/CologneBlue.php +++ b/skins/CologneBlue.php @@ -73,7 +73,7 @@ class CologneBlueTemplate extends LegacyTemplate { $s .= ''; $s .= $this->sysLinks(); - $s .= ''; + $s .= ''; $s .= ''; $s .= htmlspecialchars( wfMsg( 'sitesubtitle' ) ) . ''; diff --git a/skins/cologneblue/screen.css b/skins/cologneblue/screen.css index 802067d848..76ab128506 100644 --- a/skins/cologneblue/screen.css +++ b/skins/cologneblue/screen.css @@ -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;