Merge branch 'master' of linz:/srv/git/themes
[themes.git] / LCARStrek / browser / devtools / webconsole.css
index 7a5a2de214d56585bd895310cc77e4e287fb7819..e71ffa56ef7e997123c8d1f33ae9a677166583f8 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;