Difference between revisions of "MediaWiki:Common.css"
From Props Academy
(Created page with "→CSS placed here will be applied to all skins: #toc { float: left };") |
|||
| (3 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 { float: | + | #toc { float: right; |
| + | padding: 5px; | ||
| + | margin: 0px 5px; }; | ||
Latest revision as of 19:45, 30 January 2018
/* CSS placed here will be applied to all skins */
#toc { float: right;
padding: 5px;
margin: 0px 5px; };