[pLog-svn] r5818 - plog/trunk/styles

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sun Aug 12 08:47:22 EDT 2007


Author: oscar
Date: 2007-08-12 08:47:21 -0400 (Sun, 12 Aug 2007)
New Revision: 5818

Modified:
   plog/trunk/styles/admin.css
Log:
This should make png files transparent again in IE.

Modified: plog/trunk/styles/admin.css
===================================================================
--- plog/trunk/styles/admin.css	2007-08-11 14:54:04 UTC (rev 5817)
+++ plog/trunk/styles/admin.css	2007-08-12 12:47:21 UTC (rev 5818)
@@ -13,6 +13,13 @@
     font             : small arial !important;
 }
 
+img
+{
+    vertical-align  : middle;
+    border          : 0px;
+    behavior        : url("../js/png.htc");
+}
+
 #container
 {
     width            : 98%;



More information about the pLog-svn mailing list