gtk-web r647 - trunk



Author: andreasn
Date: Fri Feb  1 15:14:43 2008
New Revision: 647
URL: http://svn.gnome.org/viewvc/gtk-web?rev=647&view=rev

Log:
fix to make the logo look ok in ie6

Modified:
   trunk/ChangeLog
   trunk/gtk.css

Modified: trunk/gtk.css
==============================================================================
--- trunk/gtk.css	(original)
+++ trunk/gtk.css	Fri Feb  1 15:14:43 2008
@@ -149,6 +149,11 @@
     padding-top: 20px;  /* fixed height */
 }
 
+/* icky crap to work around ie6 shitty png support */
+#header img {
+	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader('header-logo.png');
+}
+
 #header h1 {
     display : none;
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]