Difference between revisions of "MediaWiki:Common.css"
From DoSPT
Miguel Caro (talk | contribs) |
Miguel Caro (talk | contribs) |
||
| Line 7: | Line 7: | ||
/* increase sidebar width */ | /* increase sidebar width */ | ||
| − | # | + | #column-content { margin-top: -15em; } |
| + | #column-content #content { margin-top: 15em; } | ||
| + | div#column-content { margin-top: -14em; } | ||
| + | div#content { margin-top: 14em; } | ||
Revision as of 10:18, 10 September 2016
/* CSS placed here will be applied to all skins */
/* No talk tab */
#ca-talk { display:none!important; }
/* increase sidebar width */
#column-content { margin-top: -15em; }
#column-content #content { margin-top: 15em; }
div#column-content { margin-top: -14em; }
div#content { margin-top: 14em; }