MediaWiki:Vector.css: Difference between revisions
(Solve horizontal bar issue) |
(Hide login link) |
||
Line 23: | Line 23: | ||
#left-navigation { | #left-navigation { | ||
margin-left: 13em; | margin-left: 13em; | ||
} | |||
/* Hide login link, as it's impossible to login via the wiki */ | |||
#pt-login { | |||
display: none; | |||
} | } |
Latest revision as of 16:00, 14 May 2020
/* CSS placed here will affect users of the Vector skin */ div#content { margin-left: 13em; } #mw-head-base { margin-left: 13em; } #p-logo { width: 12em; } #p-logo a { width: 12em; } #p-personal ul { padding-left: 13em; } #left-navigation { margin-left: 13em; } /* Hide login link, as it's impossible to login via the wiki */ #pt-login { display: none; }