r91831 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r91830‎ | r91831 | r91832 >
Date:13:19, 10 July 2011
Author:diebuche
Status:ok
Tags:
Comment:
Add a font-size to .redirectText in Vector and fix the vertical alignment of the arrow. Bug 26544
Modified paths:
  • /trunk/phase3/skins/vector/screen.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/vector/screen.css
@@ -1140,6 +1140,14 @@
11411141 text-transform: none;
11421142 }
11431143
 1144+.redirectText {
 1145+ font-size: 140%;
 1146+}
 1147+
 1148+.redirectMsg img {
 1149+ vertical-align: text-bottom;
 1150+}
 1151+
11441152 .toccolours {
11451153 border: 1px solid #aaa;
11461154 background-color: #f9f9f9;

Status & tagging log