1
0
Fork 0
firefox/layout/reftests/counter-style/ref-common.css
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

12 lines
189 B
CSS

body {
/* to match ua.css, see bug 1020143 */
font-variant-numeric: tabular-nums;
}
div, p {
padding: 0; margin: 0;
line-height: 150%;
float: left;
}
p {
padding-right: .5em;
}