зеркало из https://github.com/mozilla/pjs.git
Make the JS console use a monospace font. Bug 124332, patch by
neil@parkwaycc.co.uk, r=bzbarsky, sr=hewitt
This commit is contained in:
Родитель
0336fa5e81
Коммит
4890c2a334
|
@ -166,6 +166,10 @@ label[disabled="true"] {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.monospace {
|
||||||
|
font-family: monospace;
|
||||||
|
}
|
||||||
|
|
||||||
.indent {
|
.indent {
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
}
|
}
|
||||||
|
@ -185,4 +189,4 @@ label[disabled="true"] {
|
||||||
.wizard-box {
|
.wizard-box {
|
||||||
padding: 20px 44px 10px 44px;
|
padding: 20px 44px 10px 44px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче