Bug 482921 part 13 - Avoid regressing bug 673094 - RTL characters at the end of attribute values in View Source. r=ehsan.

This commit is contained in:
Henri Sivonen 2011-11-01 13:33:11 +02:00
Родитель f2e94823f3
Коммит f4d82459e5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -100,7 +100,7 @@ pre {
color: steelblue;
font-style: italic;
}
span:not(.error) {
span:not(.error), a:not(.error) {
unicode-bidi: embed;
}
.error,