removed the hard coded font-family in the PlaintextInitalStyle for the set flags

r=buster bugs 17303,19426


git-svn-id: svn://10.0.0.236/trunk@56391 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rods%netscape.com
1999-12-22 19:41:11 +00:00
parent 9322b2110c
commit e2e7d1da9b
2 changed files with 0 additions and 2 deletions

View File

@@ -95,7 +95,6 @@ nsTextEditRules::GetFlags(PRUint32 *aFlags)
// Initial style for plaintext
static char* PlaintextInitalStyle = "white-space: -moz-pre-wrap; width: 72ch; \
font-family: -moz-fixed; \
background-color: rgb(255, 255, 255)";
NS_IMETHODIMP