Bug#116 - IE6 style fix

This commit is contained in:
Kevin
2008-09-05 15:00:56 +00:00
parent c7f5e50e30
commit e1cb52e56d

View File

@@ -131,9 +131,9 @@ border-bottom: 1px solid #90bade;
border-left: 7px solid #6ACEFF;
}
* html #portal-navigation li a{ /*IE only */
width: auto; /*IE 5*/
w\idth: auto; /*185px minus all left/right paddings and margins*/
/* IE6 FIX */
* html .portal-navigation ul li{
border-bottom: 1px solid #6ACEFF;
}
.portal-navigation li a:hover {