MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
Access restrictions were established for this page. If you see this message, you have no access to this page.
(Created page with "→CSS placed here will affect users of the Vector skin: <style> #p-tb { display: none; } div#mw-panel { width: 250px; } div#footer, #mw-head-base, div#content { mar...") |
mNo edit summary |
||
Line 10: | Line 10: | ||
</style> | </style> | ||
#content, | |||
#footer { | |||
margin-left: 11em; | |||
} | |||
#left-navigation { | |||
left: 11em; | |||
} |
Latest revision as of 21:07, 27 November 2021
/* CSS placed here will affect users of the Vector skin */ <style> #p-tb { display: none; } div#mw-panel { width: 250px; } div#footer, #mw-head-base, div#content { margin-left: 12em; } #left-navigation { margin-left: 12em; } </style> #content, #footer { margin-left: 11em; } #left-navigation { left: 11em; }