зеркало из https://github.com/mozilla/pjs.git
Changed font specification from 'monospace' to '-moz-fixed' to enforce fixed-width fonts always. b=58098 r=dbaron,rickg a=buster
This commit is contained in:
Родитель
4ddc391bc0
Коммит
87747843b5
|
@ -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
|
||||
|
||||
/**
|
||||
|
|
|
@ -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
|
||||
|
||||
/**
|
||||
|
|
Загрузка…
Ссылка в новой задаче