Attempt at fixing the issue raised in r82948.
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Thu, 9 Jun 2011 10:43:55 +0000 (10:43 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Thu, 9 Jun 2011 10:43:55 +0000 (10:43 +0000)
skins/common/shared.css

index b57a47b..06513eb 100644 (file)
@@ -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;