keep up with 1.8 branch Classic changes
[themes.git] / EarlyBlue / global / console.css
index 0d3225246a53d81534c0b73a49f3c479b53993b7..8d949d204650b594d865b530d8369d58fbe700df 100644 (file)
@@ -38,7 +38,7 @@
 @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 {
@@ -61,7 +61,7 @@
 }
 
 .console-icon {
-  list-style-image    : inherit !important;
+  list-style-image: inherit !important;
 }
 
 /* ..... error rows ..... */
 
 .console-row-code[selected="true"],
 .console-row-content[selected="true"] > .console-row-file > .console-error-source > .text-link {
-  color: inherit !important;  
+  color: inherit !important;
 }
 
 /* ::::: icons ::::: */
 
 .console-row[type="error"],
-.console-row[type="exception"] 
-  {
-    list-style-image    : url("chrome://global/skin/icons/alert-error.gif");
-  }
+.console-row[type="exception"] {
+  list-style-image: url("chrome://global/skin/icons/alert-error.gif");
+}
 
-.console-row[type="warning"] 
-  {
-    list-style-image    : url("chrome://global/skin/icons/alert-exclam.gif");
-  }
+.console-row[type="warning"] {
+  list-style-image: url("chrome://global/skin/icons/alert-exclam.gif");
+}
 
 .console-row[type="message"] {
-  list-style-image      : url("chrome://global/skin/icons/alert-message.gif");
+  list-style-image: url("chrome://global/skin/icons/alert-message.gif");
 }
 
 /* ::::: toolbars ::::: */