Unicode bi-directional text: Finally a working fix

This commit is contained in:
Michael Foster
2013-08-19 23:47:56 +10:00
parent 5438d7cf64
commit abfdd38e59
4 changed files with 49 additions and 7 deletions

View File

@@ -37,6 +37,10 @@ p.intro a.email:hover span.name {
p.intro label {
display: inline;
}
p.intro time, p.intro a.ip-link, p.intro a.capcode {
direction: ltr;
unicode-bidi: embed;
}
h2 {
color: #AF0A0F;
font-size: 11pt;
@@ -406,5 +410,4 @@ table.mod.config-editor input[type="text"] {
p.intro.thread-hidden {
margin: 0px;
padding: 0px;
}
}