Difference between revisions of "User:Admin/vector.css"
(Created page with "→CSS placed here will affect users of the Vector skin: #left-navigation { margin-left: 1em !important; } div#mw-panel { display: none; } #content { margin-l...") |
|||
Line 8: | Line 8: | ||
div#mw-panel | div#mw-panel | ||
{ | { | ||
− | display: | + | display: block; |
} | } | ||
Line 20: | Line 20: | ||
#footer-places { | #footer-places { | ||
− | display: | + | display: block; |
} | } | ||
Line 28: | Line 28: | ||
#ca-talk { | #ca-talk { | ||
− | display: | + | display: block; |
} | } | ||
Line 37: | Line 37: | ||
#mw-page-base, #mw-head-base, #mw-head { | #mw-page-base, #mw-head-base, #mw-head { | ||
− | display: | + | display: block; |
} | } | ||
#firstHeading { | #firstHeading { | ||
− | display: | + | display: block; |
} | } |
Revision as of 08:07, 9 October 2018
/* CSS placed here will affect users of the Vector skin */ #left-navigation { margin-left: 1em !important; } div#mw-panel { display: block; } #content { margin-left: 1em; } #footer { margin-left: 1em !important; } #footer-places { display: block; } #footer-poweredbyico { display: none; } #ca-talk { display: block; } #content { margin:0; border: 0; } #mw-page-base, #mw-head-base, #mw-head { display: block; } #firstHeading { display: block; }