mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1164279 - Disable font-variant-east-asian: ruby for <rt> on Windows. r=jfkthame
This commit is contained in:
parent
41bf22eb34
commit
18a6759b6b
@ -811,7 +811,12 @@ marquee[direction="up"], marquee[direction="down"] {
|
||||
white-space: nowrap;
|
||||
font-size: 50%;
|
||||
line-height: 1;
|
||||
%ifndef XP_WIN
|
||||
/* The widely-used Windows font Meiryo doesn't work fine with this
|
||||
* setting, so disable this on Windows. We should re-enable it once
|
||||
* Microsoft fixes this issue. See bug 1164279. */
|
||||
font-variant-east-asian: ruby;
|
||||
%endif
|
||||
}
|
||||
@supports (text-emphasis: none) {
|
||||
rtc, rt {
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
toolkit.jar:
|
||||
* res/ua.css (ua.css)
|
||||
res/html.css (html.css)
|
||||
* res/html.css (html.css)
|
||||
res/quirk.css (quirk.css)
|
||||
res/full-screen-override.css (full-screen-override.css)
|
||||
res/plaintext.css (plaintext.css)
|
||||
|
Loading…
Reference in New Issue
Block a user