From: Leo Koppelkamm Date: Sun, 10 Jul 2011 13:19:19 +0000 (+0000) Subject: Add a font-size to .redirectText in Vector and fix the vertical alignment of the... X-Git-Tag: 1.31.0-rc.0~28954 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=de77be2a99d433c79043580969f4582b0b27d66b;p=lhc%2Fweb%2Fwiklou.git Add a font-size to .redirectText in Vector and fix the vertical alignment of the arrow. Bug 26544 --- diff --git a/skins/vector/screen.css b/skins/vector/screen.css index 9c0fdcc88d..8f611b76e9 100644 --- a/skins/vector/screen.css +++ b/skins/vector/screen.css @@ -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;