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

Jump to navigation Jump to search
Add `padding‑top` for `.infobox‑header th`
>Izno
(add .infobox-rtl at this level)
>ExE Boss
(Add `padding‑top` for `.infobox‑header th`)
 
(2 intermediate revisions by one other user not shown)
Line 10: Line 10:
border-spacing: 0;
border-spacing: 0;
background-color: white;
background-color: white;
/* these are overriden by .infobox-rtl on the pages of interest */
/* these are overriden by .infobox-rtl on the templates of interest */
/* @noflip */
/* @noflip */
clear: right;
clear: right;
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

Navigation menu