зеркало из https://github.com/mozilla/pjs.git
Bug 76531: "view source uses hard-coded pixel font size", author=Boris Zbarsky <bzbarsky@mit.edu>, r=rbs@maths.uq.edu.au, sr=attinasi
This commit is contained in:
Родитель
a16cd855af
Коммит
c92554e774
|
@ -26,13 +26,11 @@ html {
|
||||||
background-color: window;
|
background-color: window;
|
||||||
}
|
}
|
||||||
.viewsource {
|
.viewsource {
|
||||||
font-family: monospace;
|
font-family: -moz-fixed;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
font-size: normal;
|
||||||
color: windowtext;
|
color: windowtext;
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
font-size: 12px;
|
|
||||||
padding-top: 8px;
|
|
||||||
margin-left: 8px;
|
|
||||||
}
|
}
|
||||||
.start-tag {
|
.start-tag {
|
||||||
color: purple;
|
color: purple;
|
||||||
|
|
|
@ -26,13 +26,11 @@ html {
|
||||||
background-color: window;
|
background-color: window;
|
||||||
}
|
}
|
||||||
.viewsource {
|
.viewsource {
|
||||||
font-family: monospace;
|
font-family: -moz-fixed;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
font-size: normal;
|
||||||
color: windowtext;
|
color: windowtext;
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
font-size: 12px;
|
|
||||||
padding-top: 8px;
|
|
||||||
margin-left: 8px;
|
|
||||||
}
|
}
|
||||||
.start-tag {
|
.start-tag {
|
||||||
color: purple;
|
color: purple;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче