MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 2,128: | Line 2,128: | ||
.ww-navbox-stack > .mw-collapsible-content > .ww-navbox:last-child { | .ww-navbox-stack > .mw-collapsible-content > .ww-navbox:last-child { | ||
border-bottom: 0; | border-bottom: 0; | ||
} | |||
/* The Player Guide is a desktop/tablet site index. Keep it out of the phone | |||
layout along with the divider that belongs to it. */ | |||
@media screen and (max-width: 599px) { | |||
.ww-navbox-stack, | |||
.wizlords-navbox-divider { | |||
display: none !important; | |||
} | |||
} | } | ||