Update of /cvsroot/popfile/engine/skins/oceanblue
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27014/skins/oceanblue
Modified Files:
style.css
Log Message:
Improvement for IE.
Index: style.css
===================================================================
RCS file: /cvsroot/popfile/engine/skins/oceanblue/style.css,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** style.css 7 Feb 2006 02:59:17 -0000 1.12
--- style.css 7 Feb 2006 11:37:58 -0000 1.13
***************
*** 88,91 ****
--- 88,95 ----
}
+ form {
+ margin: 0;
+ }
+
table.head {
color: white;
***************
*** 173,180 ****
background-color: #2175bc;
color: #fff;
! text-decoration: none;
width: 100%;
}
-
html>body .menu li a {
width: auto;
--- 177,183 ----
background-color: #2175bc;
color: #fff;
! text-decoration: none;
width: 100%;
}
html>body .menu li a {
width: auto;
***************
*** 186,189 ****
--- 189,193 ----
background-color: #2586d7;
color: #fff;
+
}
|