make debugger work nicely on trunk as well
[themes.git] / LCARStrek / browser / devtools / orion.css
index 6c0a553819ed61e017b41a32c8a170c908fa8690..a7fa7193abf2d74ea53d2fb7b294c736d53a70d1 100644 (file)
@@ -3,9 +3,10 @@
  * You can obtain one at http://mozilla.org/MPL/2.0/. */
 
 .viewContainer {
-  background: #cddae5; /* This will be seen as the continuation of the ruler */
-  font-family: monospace;
-  font-size: inherit; /* inherit browser's default monospace font size */
+  background: #000000; /* This will be seen as the continuation of the ruler */
+  font-family: "Liberation Mono", Consolas, "Courier New", monospace;
+  /* font-size: inherit; * inherit browser's default monospace font size */
+  font-size: 11px; /* use typical LCARStrek font size */
 }
 
 .view {