mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Bug 278698 - Display links LTR even when in RTL content.
p=smontagu@smontagu.org (Simon Montagu) r=silver a=bsmedberg
This commit is contained in:
parent
32daeac144
commit
40c9a4b77a
@ -171,6 +171,8 @@ body.chatzilla-body { /* The topmost container in the ChatZilla */
|
||||
/* links */
|
||||
a.chatzilla-link {
|
||||
text-decoration: none;
|
||||
direction: ltr;
|
||||
unicode-bidi: embed;
|
||||
}
|
||||
|
||||
/* link hover effect */
|
||||
|
Loading…
Reference in New Issue
Block a user