mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 1020143 - prefer tabular numerals for list numbering. r=jdaggett
This commit is contained in:
parent
1f67cb02ff
commit
ca16b0455a
@ -7,6 +7,8 @@
|
||||
width: 3em;
|
||||
text-align: end;
|
||||
box-sizing: border-box;
|
||||
-moz-font-feature-settings: "tnum"; /* to match ua.css, see bug 1020143 */
|
||||
font-feature-settings: "tnum";
|
||||
}
|
||||
</style>
|
||||
<div id="wrapper">
|
||||
|
@ -77,6 +77,10 @@
|
||||
*|*::-moz-list-bullet, *|*::-moz-list-number {
|
||||
display: inline;
|
||||
vertical-align: baseline;
|
||||
/* TODO: Replace this with font-variant-numeric:tabular-nums once the
|
||||
font-variant-* properties are enabled for all channels (bug 975744). */
|
||||
-moz-font-feature-settings: "tnum";
|
||||
font-feature-settings: "tnum";
|
||||
}
|
||||
|
||||
/* Links */
|
||||
|
Loading…
Reference in New Issue
Block a user