MediaWiki:Vector.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
.vector-menu-tabs li { | .vector-menu-tabs li { | ||
line-height: 0; | line-height: 0; | ||
} | |||
div#mw-head * { | |||
background-image: none; | |||
} | } | ||
} | } |
Revision as of 19:53, 3 November 2022
/* All CSS here will be loaded for users of the Vector skin */ @media screen and (max-width:650px) { .vector-body, td, th { font-size: 16px; } .vector-menu-content li a { font-size: 16px; } .vector-menu-tabs li { line-height: 0; } div#mw-head * { background-image: none; } }