Skip to content
Snippets Groups Projects
Commit 5cc4a47f authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

Merge pull request #6808 from globalpointfamily/remove_ie9_navagation_width_fix

remove fix for IE9 nav bar width
parents d1b1ad08 9d355f21
Branches
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment