Merge "Add special page class for disabling special pages"
[lhc/web/wiklou.git] / resources / src / mediawiki.action / mediawiki.action.view.categoryPage.less
1 @import 'mediawiki.mixins';
2
3 .mw-category {
4 .column-count(3);
5 .column-width(24em);
6
7 .mw-category-group {
8 ul {
9 margin-top: 0;
10 margin-bottom: 0;
11 }
12
13 li {
14 .column-break-inside-avoid;
15 }
16 }
17 }
18
19 .redirect-in-category {
20 font-style: italic;
21 }