tenfourfox/layout/reftests/counter-style/test-common.css
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

19 lines
267 B
CSS

body {
/* to match ua.css, see bug 1020143 */
font-variant-numeric: tabular-nums;
}
ol, ul, section, p {
padding: 0; margin: 0;
line-height: 150%;
}
ol, ul {
list-style-position: inside;
}
li, p {
float: left;
padding: 0;
}
p {
padding-right: .5em;
}