mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-02-13 05:31:51 +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;
|
||
|
}
|