mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 20:33:10 +09:00
18 lines
267 B
CSS
18 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;
|
|
}
|