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

Add `padding‑top` for `.infobox‑header th`
>Izno
(templates)
>ExE Boss
(Add `padding‑top` for `.infobox‑header th`)
 
(One intermediate revision by one other user not shown)
Line 26: Line 26:
/* @noflip */
/* @noflip */
margin: 0 0.5em 0.5em 0;
margin: 0 0.5em 0.5em 0;
}
.infobox th {
/* @noflip */
text-align: left;
}
.infobox-rtl th {
/* @noflip */
text-align: right;
}
}


Line 56: Line 66:
}
}


.infobox-header td {
.infobox-header td,
.infobox-header th {
padding-top: 0.5em;
padding-top: 0.5em;
}
}
Anonymous user