sync LCARSTrek with Firefox 12 winstrip changes - newtab is incomplete, though
[themes.git] / LCARStrek / browser / devtools / webconsole.css
index 2ef48dfc20301d2553bef6501ee3fc485d5fdd5f..6d065376f69f02340782d2bded3136caa8658d66 100644 (file)
@@ -59,6 +59,7 @@
   color: #8050B0;
   margin-top: 0;
   margin-bottom: 0;
+  font: 12px "Liberation Mono", Consolas, "Courier New", monospace;
 }
 
 .hud-msg-node {
@@ -89,6 +90,7 @@
   -moz-margin-start: 3px;
   -moz-margin-end: 6px;
   white-space: pre-wrap;
+  font: 12px "Liberation Mono", Consolas, "Courier New", monospace;
 }
 
 .webconsole-msg-body-piece {
   color: inherit;
 }
 
-.hud-output-node,
 .jsterm-input-node,
 .jsterm-complete-node {
   font: 12px "Liberation Mono", Consolas, "Courier New", monospace;