From: Niklas Laxström Date: Thu, 9 Jun 2011 10:43:55 +0000 (+0000) Subject: Attempt at fixing the issue raised in r82948. X-Git-Tag: 1.31.0-rc.0~29610 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=670b7aeaddf67675c9d2b1e8d7db829c2f12060e;p=lhc%2Fweb%2Fwiklou.git Attempt at fixing the issue raised in r82948. --- 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;