From 670b7aeaddf67675c9d2b1e8d7db829c2f12060e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Thu, 9 Jun 2011 10:43:55 +0000 Subject: [PATCH] Attempt at fixing the issue raised in r82948. --- skins/common/shared.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/skins/common/shared.css b/skins/common/shared.css index b57a47b555..06513ebf5c 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -21,6 +21,16 @@ abbr, acronym, .explain { font-style: italic; } +.mw-specialpages-table { + margin-top: -1em; + margin-bottom: 1em; +} + +.mw-specialpages-table td { + vertical-align: top; +} + + /* Comment and username portions of RC entries */ span.comment { font-style: italic; -- 2.20.1