Use user's pref for monospace font in HTML source, b=76191, r=bzbarsky, sr=kin

This commit is contained in:
cmanske%netscape.com 2001-04-30 23:55:59 +00:00
parent 76789736de
commit 47fa1663fb
4 changed files with 4 additions and 4 deletions

View File

@ -43,7 +43,7 @@
/* Multiline textarea for HTML source editing */
#content-source, #doctype-text
{
font-family : monospace;
font-family : -moz-fixed, monospace;
font-size : larger;
}

View File

@ -43,7 +43,7 @@
/* Multiline textarea for HTML source editing */
#content-source, #doctype-text
{
font-family : monospace;
font-family : -moz-fixed, monospace;
font-size : larger;
}

View File

@ -43,7 +43,7 @@
/* Multiline textarea for HTML source editing */
#content-source, #doctype-text
{
font-family : monospace;
font-family : -moz-fixed, monospace;
font-size : larger;
}

View File

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