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...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 6: | Line 6: | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
#content { | #content { | ||
Line 20: | Line 16: | ||
#footer-places { | #footer-places { | ||
− | display: | + | display: block; |
} | } | ||
Line 28: | Line 24: | ||
#ca-talk { | #ca-talk { | ||
− | display: | + | display: block; |
} | } | ||
Line 37: | Line 33: | ||
#mw-page-base, #mw-head-base, #mw-head { | #mw-page-base, #mw-head-base, #mw-head { | ||
− | display: | + | display: block; |
} | } | ||
#firstHeading { | #firstHeading { | ||
− | display: | + | display: block; |
} | } |
Latest revision as of 08:10, 9 October 2018
/* CSS placed here will affect users of the Vector skin */ #left-navigation { margin-left: 1em !important; } #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; }