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:
silver%warwickcompsoc.co.uk 2005-07-15 14:06:59 +00:00
parent 32daeac144
commit 40c9a4b77a

View File

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