Add a font-size to .redirectText in Vector and fix the vertical alignment of the...
authorLeo Koppelkamm <diebuche@users.mediawiki.org>
Sun, 10 Jul 2011 13:19:19 +0000 (13:19 +0000)
committerLeo Koppelkamm <diebuche@users.mediawiki.org>
Sun, 10 Jul 2011 13:19:19 +0000 (13:19 +0000)
skins/vector/screen.css

index 9c0fdcc..8f611b7 100644 (file)
@@ -1140,6 +1140,14 @@ div#content .printfooter {
        text-transform: none;
 }
 
+.redirectText {
+       font-size: 140%;
+}
+
+.redirectMsg img {
+       vertical-align: text-bottom;
+}
+
 .toccolours {
        border: 1px solid #aaa;
        background-color: #f9f9f9;