Fix regression in r49790, weird spacing for Gadgets and Skin tab.
[lhc/web/wiklou.git] / skins / common / diff.css
index d2075ba..6afa373 100644 (file)
@@ -78,6 +78,12 @@ table.diff td div {
 /*
  * Styles for the HTML Diff
  */
+div.diff-switchtype{
+       text-align: center;
+       font-weight: bold;
+       font-size: smaller;
+}
+
 span.diff-html-added {
   font-size: 100%;
   background-color: #20ff20
@@ -91,6 +97,7 @@ span.diff-html-removed {
 
 span.diff-html-changed {
   background: url(images/diffunderline.gif) bottom repeat-x;
+  /* Hack for IE5.5, see http://lists.wikimedia.org/pipermail/wikitech-l/2008-November/040273.html */
   *background-color: #c6c6fd; /* light blue */
 }
 
@@ -129,10 +136,7 @@ span.diff-html-changed:hover span.tip {
   padding: 3px 7px 4px 6px;
   border: 1px solid #336;
   background-color: #f7f7ee;
-  font-family: arial, helvetica, sans-serif;
   font-size: 10px;
-  font-weight: normal;
-  color: #000;
   text-align: left;
 }