Merge "xhprof: Guard against division by 0 when computing percentages"
[lhc/web/wiklou.git] / resources / src / mediawiki.legacy / shared.css
index 7896e97..02bae5a 100644 (file)
@@ -139,10 +139,6 @@ span.texhtml {
        clear: both;
 }
 
-#toolbar img {
-       cursor: pointer;
-}
-
 /**
  * File description page
  */
@@ -588,7 +584,7 @@ table.wikitable > caption {
 }
 
 .successbox {
-       color: #009000;
+       color: #008000;
        border-color: #b7fdb5;
        background-color: #e1fddf;
 }