Prevent unicode RTL characters in filenames from messing up file line (#117)

This commit is contained in:
ccd0 2014-09-01 19:05:00 -07:00
parent 1e7b759b4e
commit 0b479ae032

View File

@ -95,6 +95,10 @@ hr ~ div.center:not(.ad-cnt) {
.page-num {
margin-right: -8px;
}
.fileText a {
unicode-bidi: -moz-isolate;
unicode-bidi: -webkit-isolate;
}
/* fixed, z-index */
#overlay,