www: b9f15d39: Some CSS validation fixes from pidgin at li...

kstange at pidgin.im kstange at pidgin.im
Mon Nov 3 14:40:30 EST 2008


-----------------------------------------------------------------
Revision: b9f15d3986b84ae6505e05d8f40e556dea413062
Ancestor: d559ae4f002c262f2f5afeb929582135a9b76aa2
Author: kstange at pidgin.im
Date: 2008-11-03T19:39:05
Branch: im.pidgin.www
URL: http://d.pidgin.im/viewmtn/revision/info/b9f15d3986b84ae6505e05d8f40e556dea413062

Modified files:
        htdocs/shared/css/ie6.css htdocs/shared/css/main.css

ChangeLog: 

Some CSS validation fixes from pidgin at livejournal.dk as well.  This may
slightly impact the display of tables, but everything else should be
fine.  Closes #7443.

-------------- next part --------------
============================================================
--- htdocs/shared/css/ie6.css	fde3b96a4129bcde478314f0cbd02bbb219e4963
+++ htdocs/shared/css/ie6.css	a0ed43327cecb84e9a7fbae50515d96c91bce9b1
@@ -18,27 +18,27 @@
 .box_full:after {
   content: "\A0";
   font-size: 1pt;
-  background-image: url('/shared/img/frame.full.bottom.png') bottom right;
+  background: url('/shared/img/frame.full.bottom.png') bottom right;
   margin-left: 2px;
 }
 
 .box_nav:after {
   content: "\A0";
   font-size: 1pt;
-  background-image: url('/shared/img/frame.nav.bottom.png') bottom right;
+  background: url('/shared/img/frame.nav.bottom.png') bottom right;
 }
 
 .box_right:after {
   content: "\A0";
   font-size: 1pt;
-  background-image: url('/shared/img/frame.right.bottom.png') bottom right;
+  background: url('/shared/img/frame.right.bottom.png') bottom right;
   margin-left: 1px;
 }
 
 #download:after {
   content: "\A0";
   font-size: 1pt;
-  background-image: url('/shared/img/balloon.bottom.png') bottom left;
+  background: url('/shared/img/balloon.bottom.png') bottom left;
 }
 
 .box_right {
============================================================
--- htdocs/shared/css/main.css	bde6504ba11fc4f00a9bbc182f7620dbdf905df0
+++ htdocs/shared/css/main.css	2d7f69f631c1bc98a7cad62160058f0c349e310c
@@ -80,7 +80,7 @@ a:hover, a:active {
   clear: both;
   display: block;
   height: 0px;
-  overflow: none;
+  overflow: hidden;
 }
 
 #left, #main, .box_nav ul, #newsbrief, #blogbrief {
@@ -397,7 +397,7 @@ table {
 table {
   border: none;
   padding: 0;
-  margin 0;
+  margin: 0;
 }
 
 th {


More information about the Commits mailing list