More actions
No edit summary |
No edit summary |
||
(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{#css: | {{#css: | ||
h2 { | h2, | ||
margin-top:unset; | div.mw-heading, | ||
div.mw-heading1, | |||
div.mw-heading2 { | |||
margin-top:unset !important; | |||
margin-bottom:.5em; | |||
} | } | ||
.main-page-section { | .main-page-section { | ||
column-count: 4; | column-count: 4; | ||
Line 19: | Line 22: | ||
.category-tree { | .category-tree { | ||
margin-top:1.5em; | margin-top:1.5em; | ||
column-count: 1; | |||
} | } | ||
.category-tree > p | .category-tree > p { | ||
margin-top: 0 !important; | margin-top: 0 !important; | ||
margin-bottom: 0 !important; | margin-bottom: 0 !important; | ||
Line 27: | Line 31: | ||
.main-page-section { | .main-page-section { | ||
column-count: 2; | column-count: 2; | ||
} | |||
.category-tree { | |||
column-count: 1; | |||
} | } | ||
} | } | ||
}} | }} |