Fixes broken alignment of catlinks in cologneblue and simple skins.
authorDerk-Jan Hartman <hartman@users.mediawiki.org>
Sat, 19 Nov 2011 14:32:45 +0000 (14:32 +0000)
committerDerk-Jan Hartman <hartman@users.mediawiki.org>
Sat, 19 Nov 2011 14:32:45 +0000 (14:32 +0000)
Follow up to r102297
Fixes bug 32460

skins/cologneblue/screen.css
skins/simple/main.css

index 76ab128..cf8ca12 100644 (file)
@@ -103,10 +103,16 @@ td#top-syslinks {
 td.top-linkcollection {
        text-align: right;
 }
+/**
+ * Overrides text justification (user preference)
+ * See bug 31990
+ */
+td.top-linkcollection #catlinks {
+       text-align: right;
+}
 td.top-subheader {
        vertical-align: top;
 }
-
 td.bottom {
        font-family: Verdana, Arial, sans-serif;
        font-size: 10pt;
index 3dadbc6..2770a0b 100644 (file)
@@ -354,6 +354,13 @@ a.new,
 li.new {
        text-decoration: line-through;
 }
+/**
++ * Overrides text justification (user preference)
++ * See bug 31990
++ */
+#catlinks {
+       text-align: center;
+}
 .catlinks {
        text-align: center;
        width: 80%;