keep up with 1.8 branch Classic changes
[themes.git] / LCARStrek / global / console.css
index ce4d777f6cf9da523b4b50e32a68e1f37c3f2597..47d08218b6ab347004f37ff53512356d9229a47d 100644 (file)
@@ -38,9 +38,9 @@
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 /* ===== console.css ====================================================
-  == Styles used by the JavaScript Console window.
+  == Styles used by the Error Console window.
   ======================================================================= */
-  
+
 .console-box {
   background-color: #000000;
   color: #FF9F00;
@@ -90,7 +90,7 @@
 
 .console-row[type="message"] {
   font-family: monospace;
-} 
+}
 
 /* ..... selected state ..... */