Difference between revisions of "MediaWiki:Common.css"
From Pixelmon Wiki
(Created page with "→CSS placed here will be applied to all skins: #toc > ul { margin: 0; }") |
m |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
− | #toc > ul { | + | #toc > ul, .toc ul { |
− | + | margin: 0.3em 0 0 1.6em; | |
} | } |
Latest revision as of 09:50, 17 April 2018
/* CSS placed here will be applied to all skins */
#toc > ul, .toc ul {
margin: 0.3em 0 0 1.6em;
}