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 |
||
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 { | ||
− | margin: | + | margin: none; |
} | } |
Revision as of 09:40, 17 April 2018
/* CSS placed here will be applied to all skins */
#toc > ul {
margin: none;
}