Make font size in HTML source = user's fixed-width size set in prefs. b=114022, r=rbs, sr=alecf+kin, a=asa/drivers

This commit is contained in:
cmanske%netscape.com 2002-06-06 04:36:55 +00:00
parent 0c103987d8
commit 0cd19ceb54
2 changed files with 2 additions and 1 deletions

View File

@ -49,6 +49,7 @@
#content-source,
#doctype-text {
font-family: -moz-fixed;
font-size: -moz-initial;
}
#appcontent {
@ -62,4 +63,3 @@
border-right: 1px solid ThreeDLightShadow;
}

View File

@ -60,5 +60,6 @@
/* Multiline textarea for HTML source editing */
#content-source, #doctype-text {
font-family : -moz-fixed;
font-size: -moz-initial;
}