mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
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:
parent
f45501bb6b
commit
2bf96c5488
@ -26,13 +26,11 @@ html {
|
||||
background-color: window;
|
||||
}
|
||||
.viewsource {
|
||||
font-family: monospace;
|
||||
font-family: -moz-fixed;
|
||||
font-weight: normal;
|
||||
font-size: normal;
|
||||
color: windowtext;
|
||||
white-space: pre;
|
||||
font-size: 12px;
|
||||
padding-top: 8px;
|
||||
margin-left: 8px;
|
||||
}
|
||||
.start-tag {
|
||||
color: purple;
|
||||
|
@ -26,13 +26,11 @@ html {
|
||||
background-color: window;
|
||||
}
|
||||
.viewsource {
|
||||
font-family: monospace;
|
||||
font-family: -moz-fixed;
|
||||
font-weight: normal;
|
||||
font-size: normal;
|
||||
color: windowtext;
|
||||
white-space: pre;
|
||||
font-size: 12px;
|
||||
padding-top: 8px;
|
||||
margin-left: 8px;
|
||||
}
|
||||
.start-tag {
|
||||
color: purple;
|
||||
|
Loading…
Reference in New Issue
Block a user