tenfourfox/layout/reftests/counter-style/test-common.css

19 lines
267 B
CSS
Raw Normal View History

2017-04-19 07:56:45 +00:00
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;
}