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 { *|*:root {
background-color: white; background-color: white;
color: black;
} }
#viewsource { #viewsource {
font-family: -moz-fixed; font-family: -moz-fixed;
font-weight: normal; font-weight: normal;
color: black;
white-space: pre; white-space: pre;
} }
#viewsource.wrap { #viewsource.wrap {