summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorKonstantin.Popov <konstantin.popov@globalpointagency.comv>2014-01-17 13:41:51 +0400
committerKonstantin.Popov <konstantin.popov@globalpointagency.comv>2014-01-17 13:41:51 +0400
commit9d355f212413d7308f2ce0c3461a53036aa768a9 (patch)
tree544e8e6ee109e977685dd7723a1da71ce8724fe8 /core/css
parent16033c81235e76af2900fdc8fd9340546301d45c (diff)
downloadnextcloud-server-9d355f212413d7308f2ce0c3461a53036aa768a9.tar.gz
nextcloud-server-9d355f212413d7308f2ce0c3461a53036aa768a9.zip
remove fix for IE9 nav bar width
Diffstat (limited to 'core/css')
-rw-r--r--core/css/fixes.css5
1 files changed, 0 insertions, 5 deletions
diff --git a/core/css/fixes.css b/core/css/fixes.css
index 4ee854addef..a33afd5cf77 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 */