View source uses background from prefs and hardcoded text color (62678, patch by bzbarsky@mit.edu). r=dbaron sr=attinasi

This commit is contained in:
blakeross%telocity.com 2001-05-01 03:19:46 +00:00
Родитель fbec1a2767
Коммит 06f2223b51
2 изменённых файлов: 6 добавлений и 6 удалений

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

@ -23,13 +23,13 @@
@namespace url(http://www.w3.org/1999/xhtml); /* set default namespace to HTML */
html {
background-color: window;
background-color: white;
}
.viewsource {
font-family: -moz-fixed;
font-family: -moz-fixed, monospace;
font-weight: normal;
font-size: normal;
color: windowtext;
color: black;
white-space: pre;
}
.start-tag {

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

@ -23,13 +23,13 @@
@namespace url(http://www.w3.org/1999/xhtml); /* set default namespace to HTML */
html {
background-color: window;
background-color: white;
}
.viewsource {
font-family: -moz-fixed;
font-family: -moz-fixed, monospace;
font-weight: normal;
font-size: normal;
color: windowtext;
color: black;
white-space: pre;
}
.start-tag {