Merge "RCLFilters: Show images and descriptions with page suggestions"
[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 .mw-category-group {
7 li {
8 .column-break-inside-avoid;
9 }
10 }
11 }
12
13 .redirect-in-category {
14 font-style: italic;
15 }