From 9d355f212413d7308f2ce0c3461a53036aa768a9 Mon Sep 17 00:00:00 2001 From: "Konstantin.Popov" Date: Fri, 17 Jan 2014 13:41:51 +0400 Subject: [PATCH] remove fix for IE9 nav bar width --- core/css/fixes.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/core/css/fixes.css b/core/css/fixes.css index 4ee854adde..a33afd5cf7 100644 --- a/core/css/fixes.css +++ b/core/css/fixes.css @@ -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 */