[FFmpeg-cvslog] [ffmpeg.org]: r298 - trunk/htdocs/default.css
superdump
subversion
Fri Feb 20 01:02:10 CET 2009
Author: superdump
Date: Fri Feb 20 01:02:09 2009
New Revision: 298
Log:
Found a standard compliant solution to the banner/navbar in IE7 issue
Modified:
trunk/htdocs/default.css
Modified: trunk/htdocs/default.css
==============================================================================
--- trunk/htdocs/default.css Thu Feb 19 14:16:40 2009 (r297)
+++ trunk/htdocs/default.css Fri Feb 20 01:02:09 2009 (r298)
@@ -6,8 +6,8 @@
background-color: #BBC9D8;
border-bottom: 1px solid #7A96B3;
border-top: 1px solid #7A96B3;
+ position: relative;
text-align: center;
- zoom: 1;
}
#banner img {
@@ -73,8 +73,8 @@
border-top: 1px solid #5C665C;
margin-top: 12px;
padding: 0.3em;
+ position: relative;
text-align: center;
- zoom: 1;
}
#navbar a, #navbar_about a {
@@ -95,8 +95,8 @@
border-left: 1px solid #5C665C;
border-right: 1px solid #5C665C;
padding: 0.3em;
+ position: relative;
text-align: center;
- zoom: 1;
}
p {
More information about the ffmpeg-cvslog
mailing list