© 2015 X2Engine Inc.
Difference between revisions of "MediaWiki:Common.css"
From X2Engine
X2WikiAdmin (talk | contribs) (Created page with "→CSS placed here will be applied to all skins: #toc { float: right };") |
X2WikiAdmin (talk | contribs) |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| − | #toc { float: right }; | + | #toc { |
| + | float: right; | ||
| + | margin-left: 20px; | ||
| + | }; | ||
Latest revision as of 17:17, 28 July 2014
/* CSS placed here will be applied to all skins */
#toc {
float: right;
margin-left: 20px;
};