mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 16:46:26 +00:00
13 lines
189 B
CSS
13 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;
|
|
}
|