Merge "Treat phpdbg as run from the command line when checking PHP_SAPI"
[lhc/web/wiklou.git] / resources / src / mediawiki.action / mediawiki.action.view.categoryPage.less
index 387b020..a481074 100644 (file)
@@ -1,11 +1,19 @@
-@import "mediawiki.mixins";
+@import 'mediawiki.mixins';
 
 .mw-category {
        .column-count(3);
        .column-width(24em);
        .mw-category-group {
+               ul {
+                       margin-top: 0;
+                       margin-bottom: 0;
+               }
                li {
                        .column-break-inside-avoid;
                }
        }
 }
+
+.redirect-in-category {
+       font-style: italic;
+}