MediaWiki:Vector.css: Difference between revisions

Want an adless experience? Log in or Create an account.
shrink sidebar now that the ad's gone
(fix heading color)
(shrink sidebar now that the ad's gone)
Line 1: Line 1:
/* Sidebar */
/* Sidebar */
@media screen and (min-width: 982px){
@media screen and (min-width: 982px){
   div#mw-panel { width: 300px; padding-left: 0px; margin-right: 20px; margin-top: 4px;}
   div#mw-panel { width: 180px; padding-left: 0px; margin-right: 20px; margin-top: 4px;}
   div#footer, #mw-head-base, div#content { margin-left: 305px; }
   div#footer, #mw-head-base, div#content { margin-left: 185px; }
   #left-navigation { margin-left: 305px; }
   #left-navigation { margin-left: 185px; }
}
}