update with classic theme development, keep about:plugins compatible for 1.7 release...
[themes.git] / EarlyBlue / global / popup.css
index 30b09fd6104bbf3239fd0364f060ad79ebcbaf9a..f6cd7f2c3d863c2964add837ff19b027e5020925 100644 (file)
@@ -55,7 +55,7 @@ tooltip {
   background-color : #FFFFCC;
   border : 1px outset #FFFFCC;
   color: #000000;
-  font: smaller;
+  font-size: smaller;
   padding: 2px;
   max-width: 40em;
 }
@@ -66,7 +66,9 @@ tooltip {
 }
 
 tooltip[titletip="true"] {
-  margin: -2px 0px 0px -3px;
+  /* See bug 32157 comment 128
+   * margin: -2px 0px 0px -3px;
+   */
   max-width: none;
 }