remove fix for IE9 nav bar width

This commit is contained in:
Konstantin.Popov 2014-01-17 13:41:51 +04:00
parent 16033c8123
commit 9d355f2124
1 changed files with 0 additions and 5 deletions

View File

@ -54,11 +54,6 @@
background-color: #1B314D;
}
/* in IE9 the nav bar on the left side is too narrow and leave a white area - original width is 80px */
.ie9 #navigation {
width: 100px;
}
/* IE8 isn't able to display transparent background. So it is specified using a gradient */
.ie8 #nojavascript {
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4c320000', endColorstr='#4c320000'); /* IE */