bug 31990 justify paragraphs pref adds extra space to category listing
[lhc/web/wiklou.git] / skins / common / shared.css
index d7bce5a..2d084a3 100644 (file)
@@ -272,6 +272,13 @@ input#wpSummary {
 /**
  * Categories
  */
+#catlinks {
+       /**
+        * Overrides text justification (user preference)
+        * See bug 31990
+        */
+       text-align: left;
+}
 .catlinks ul {
        display: inline;
        margin: 0;