From de77be2a99d433c79043580969f4582b0b27d66b Mon Sep 17 00:00:00 2001 From: Leo Koppelkamm Date: Sun, 10 Jul 2011 13:19:19 +0000 Subject: [PATCH] Add a font-size to .redirectText in Vector and fix the vertical alignment of the arrow. Bug 26544 --- skins/vector/screen.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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; -- 2.20.1