bug 1020143 - prefer tabular numerals for list numbering. r=jdaggett

This commit is contained in:
Jonathan Kew 2014-06-05 11:15:26 +01:00
parent 1f67cb02ff
commit ca16b0455a
2 changed files with 6 additions and 0 deletions

View File

@ -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">

View File

@ -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 */