Difference between revisions of "Template:Infobox/styles.css"

and a bit more
>Izno
(make this higher specificity to ensure lower level infoboxes can't override)
>Izno
(and a bit more)
Line 18: Line 18:


@media (max-width: 719px) {
@media (max-width: 719px) {
/* high specificity to ensure specific infoboxes won't override these
* properties with their own tstyles inadvertently */
body.mediawiki .tpl-infobox {
body.mediawiki .tpl-infobox {
float: none;
float: none;
Line 29: Line 31:
border: 2px none #a2a9b1;
border: 2px none #a2a9b1;
padding: 0.2em 0.5em;
padding: 0.2em 0.5em;
/* TODO why is this !important */
border-bottom: 1px solid #f0f0f0 !important;
border-bottom: 1px solid #f0f0f0 !important;
}
}
Anonymous user