Changed font specification from 'monospace' to '-moz-fixed' to enforce fixed-width fonts always. b=58098 r=dbaron,rickg a=buster
git-svn-id: svn://10.0.0.236/trunk@82046 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -101,7 +101,7 @@ static int gErrorThreshold = 10;
|
||||
#endif
|
||||
|
||||
#ifdef VIEW_SOURCE_HTML
|
||||
static const char* kPreStyle = "font-family: monospace; font-weight:normal; color:black; padding-top:4px; margin-left:4px;";
|
||||
static const char* kPreStyle = "font-family: -moz-fixed; font-weight:normal; color:black; padding-top:4px; margin-left:4px;";
|
||||
#endif // VIEW_SOURCE_HTML
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user