mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-08 16:30:29 +00:00
19 lines
267 B
CSS
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;
|
|
}
|