Drop deprecated CSS styles for IE6-7

This commit is contained in:
Saivann 2013-10-22 00:00:43 -04:00
parent 9b05a0bc8e
commit dc95a88d06

View file

@ -487,65 +487,3 @@ body{
.press-news div p{ .press-news div p{
font-size:80%; font-size:80%;
} }
/* Deprecated styles (should be removed when translations are updated) */
body.old #menu li{
/*This one is also required for IE7*/
zoom:1;
display:inline;
}
body.old #menu li a,
body.old #menu li a:active,
body.old #menu li a:visited,
body.old #menu li a:link{
font-family:sans-serif;
border:2px solid #f7f7f7;
}
body.old #menu li:hover a,
body.old #menu li.active a{
color:#000;
background-color:#fff;
border:2px solid #ebebeb;
}
body.old #menufor li a,
body.old #menufor li a:active,
body.old #menufor li a:visited,
body.old #menufor li a:link{
font-family:sans-serif;
}
body.old #menufor li:hover a,
body.old #menufor li.active a{
color:#fff;
}
body.old #choose a,
body.old #before a,
body.old #support a{
font-family:sans-serif;
}
body.old #choose .ieimg,
body.old #before .ieimg,
body.old #support .ieimg{
vertical-align:middle;
margin-right:8px;
margin-left:-40px;
}
body.old #content{
overflow:hidden;
width:690px;
}
body.old #content.wide{
width:920px;
}
body.old #head div{
width:expression(this.parentNode.id&&this.parentNode.id=='head'?'1000px':'');
}
body.old #body{
width:1000px;
}
body.old .downloadold span{
/*This one is also required for IE7*/
zoom:1;
display:inline;
}