Bug 475268. Make sure to not set background without setting color in XML prettyprinting. r+sr=sicking

This commit is contained in:
Boris Zbarsky 2009-01-29 22:31:24 -05:00
Родитель bfefa72659
Коммит f563eeab75
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -40,11 +40,11 @@
*|*:root {
background-color: white;
color: black;
}
#viewsource {
font-family: -moz-fixed;
font-weight: normal;
color: black;
white-space: pre;
}
#viewsource.wrap {