Abuse filter editor, Bureaucrats, Check users, Interface administrators, Staff, Suppressors, Administrators, Translation Reviewer
2,202
edits
No edit summary |
(fix infobox weirdness by making it full-width kinda sorta) |
||
Line 5: | Line 5: | ||
content: "\A"; | content: "\A"; | ||
white-space: pre-wrap; | white-space: pre-wrap; | ||
} | |||
/* fix infobox width on mobile */ | |||
@media screen and (max-width: 500px) { | |||
.infobox { | |||
margin-left: auto; | |||
margin-right: auto; | |||
float: none; | |||
} | |||
} | } | ||
Line 114: | Line 124: | ||
html.skin-citizen-dark .navbox-title { | html.skin-citizen-dark .navbox-title { | ||
background-color: #4b4b69; | background-color: #4b4b69; | ||
} | } |