mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
20 lines
300 B
CSS
20 lines
300 B
CSS
body {
|
|
/* to match ua.css, see bug 1020143 */
|
|
-moz-font-feature-settings: "tnum";
|
|
font-feature-settings: "tnum";
|
|
}
|
|
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;
|
|
}
|