mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 04:27:37 +00:00
14 lines
222 B
CSS
14 lines
222 B
CSS
body {
|
|
/* to match ua.css, see bug 1020143 */
|
|
-moz-font-feature-settings: "tnum";
|
|
font-feature-settings: "tnum";
|
|
}
|
|
div, p {
|
|
padding: 0; margin: 0;
|
|
line-height: 150%;
|
|
float: left;
|
|
}
|
|
p {
|
|
padding-right: .5em;
|
|
}
|