From: Joseph C. <tex...@us...> - 2006-02-07 02:59:26
|
Update of /cvsroot/popfile/engine/skins/oceanblue In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31375/skins/oceanblue Modified Files: common-top.thtml style.css Added Files: ie6.css Log Message: Remove hacks from CSS, use IE conditional statement to provide extra styles for IE versions >= 6 since IE 7 works without the hacks. --- NEW FILE: ie6.css --- .menu { width: 6.3em; } /* Hide Tan Hack from IE5-mac \*/ * html .shell {height: 1%;} /* End hide from IE5-mac */ Index: common-top.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/oceanblue/common-top.thtml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** common-top.thtml 1 Jun 2005 09:47:47 -0000 1.4 --- common-top.thtml 7 Feb 2006 02:59:17 -0000 1.5 *************** *** 5,8 **** <link rel="icon" href="favicon.ico"> <link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME="Skin_Root">style.css" title="POPFile-Style"> ! <TMPL_INCLUDE NAME="common-javascript.thtml"> </head> --- 5,9 ---- <link rel="icon" href="favicon.ico"> <link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME="Skin_Root">style.css" title="POPFile-Style"> ! <!--[if lt IE 7]><link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME="Skin_Root">ie6.css"><![endif]--> ! <TMPL_INCLUDE NAME="common-javascript.thtml"> </head> Index: style.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/oceanblue/style.css,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** style.css 26 Aug 2005 07:21:05 -0000 1.11 --- style.css 7 Feb 2006 02:59:17 -0000 1.12 *************** *** 151,155 **** margin: 0; width: 8.3em; - //width: 6.3em; float:left; } --- 151,154 ---- *************** *** 291,295 **** text-align: right; padding-right: 0.5em; ! padding-bottom: 1em; vertical-align: top; } --- 290,294 ---- text-align: right; padding-right: 0.5em; ! padding-bottom: 1em; vertical-align: top; } *************** *** 420,427 **** } - /* Hide Tan Hack from IE5-mac \*/ - * html .shell {height: 1%;} - /* End hide from IE5-mac */ - /*********************************************************/ /* Config Bar */ --- 419,422 ---- |