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

git-svn-id: svn://10.0.0.236/trunk@93517 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
blakeross%telocity.com
2001-05-01 03:19:46 +00:00
parent 8fba1bcf50
commit 51dc7db720
2 changed files with 6 additions and 6 deletions

View File

@@ -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 {

View File

@@ -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 {