[FFmpeg-cvslog] [ffmpeg.org]: r297 - trunk/htdocs/default.css

superdump subversion
Thu Feb 19 14:16:41 CET 2009


Author: superdump
Date: Thu Feb 19 14:16:40 2009
New Revision: 297

Log:
Fix for hasLayout issue with the banner/navbars in IE7

Modified:
   trunk/htdocs/default.css

Modified: trunk/htdocs/default.css
==============================================================================
--- trunk/htdocs/default.css	Thu Feb 19 03:38:34 2009	(r296)
+++ trunk/htdocs/default.css	Thu Feb 19 14:16:40 2009	(r297)
@@ -7,6 +7,7 @@
     border-bottom: 1px solid #7A96B3;
     border-top: 1px solid #7A96B3;
     text-align: center;
+    zoom: 1;
 }
 
 #banner img {
@@ -73,6 +74,7 @@
     margin-top: 12px;
     padding: 0.3em;
     text-align: center;
+    zoom: 1;
 }
 
 #navbar a, #navbar_about a {
@@ -94,6 +96,7 @@
     border-right: 1px solid #5C665C;
     padding: 0.3em;
     text-align: center;
+    zoom: 1;
 }
 
 p {




More information about the ffmpeg-cvslog mailing list