Bug 803984 - Convert all fonts to monospace; r=paul

This commit is contained in:
Rob Campbell 2012-10-22 13:25:00 -04:00
Родитель 3aada66c2a
Коммит 89e79ca4b0
10 изменённых файлов: 28 добавлений и 4 удалений

Просмотреть файл

@ -11,7 +11,7 @@
<link rel="stylesheet" href="chrome://browser/skin/devtools/markup-view.css" type="text/css"/>
<link rel="stylesheet" href="chrome://browser/skin/devtools/common.css" type="text/css"/>
</head>
<body class="devtools-theme-background" role="application">
<body class="devtools-theme-background devtools-monospace" role="application">
<div id="root"></div>
<div id="templates" style="display:none">
<ul>

Просмотреть файл

@ -3,6 +3,13 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/* Font for code */
.devtools-monospace {
font: message-box;
font-family: monospace;
}
/* Toolbar and Toolbar items */
.devtools-toolbar {

Просмотреть файл

@ -6,6 +6,8 @@
-moz-appearance: none;
background: -moz-Field;
color: -moz-FieldText;
font: message-box;
font-family: monospace;
}
/* Take away these two :visited rules to get a core dumper */

Просмотреть файл

@ -8,7 +8,6 @@
}
body {
font: message-box;
color: hsl(0,0%,50%);
}

Просмотреть файл

@ -5,6 +5,13 @@
%include ../shared.inc
/* Font for code */
.devtools-monospace {
font: message-box;
font-family: monospace;
}
/* Toolbar and Toolbar items */
.devtools-toolbar {

Просмотреть файл

@ -6,6 +6,8 @@
-moz-appearance: none;
background: -moz-Field;
color: -moz-FieldText;
font: message-box;
font-family: monospace;
}
/* Take away these two :visited rules to get a core dumper */

Просмотреть файл

@ -8,7 +8,6 @@
}
body {
font: message-box;
color: hsl(0,0%,50%);
}

Просмотреть файл

@ -3,6 +3,13 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/* Font for code */
.devtools-monospace {
font: message-box;
font-family: monospace;
}
/* Toolbar and Toolbar items */
.devtools-toolbar {

Просмотреть файл

@ -6,6 +6,8 @@
-moz-appearance: none;
background: -moz-Field;
color: -moz-FieldText;
font: message-box;
font-family: monospace;
}
/* Take away these two :visited rules to get a core dumper */

Просмотреть файл

@ -8,7 +8,6 @@
}
body {
font: message-box;
color: hsl(0,0%,50%);
}