Skilnad mellom versjonar av «MediaWiki:Timeless.css»
Frå Selje.info
Ingen redigeringsforklaring Merke: Attenderulla |
Ingen redigeringsforklaring Merke: Manuell attenderulling |
||
Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Timeless skin */ | /* All CSS here will be loaded for users of the Timeless skin */ | ||
@media screen and (max-width: | @media screen and (max-width: 10000px) { | ||
.infobox { | .infobox { | ||
width:100% !important; | width:100% !important; | ||
} | } | ||
} | } |
Versjonen frå 23. oktober 2022 kl. 09:23
/* All CSS here will be loaded for users of the Timeless skin */ @media screen and (max-width: 10000px) { .infobox { width:100% !important; } }