Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-02-26 12:19:02 +0400
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-02-26 12:19:02 +0400
commit751c1b0418891b9ea848cda0f3d23af5e9c28443 (patch)
treee0b4b03bbc22537517b9c9f51e357247313b7022 /core
parentc30377392b0ab0b6fdb2068bcbfe0fe0dea4c3de (diff)
manual backport of IE9 navigation bar pull request #6808, fix #7321
Diffstat (limited to 'core')
-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 3cdeccb0387..5f2cb6049fb 100644
--- a/core/css/fixes.css
+++ b/core/css/fixes.css
@@ -53,8 +53,3 @@
.ie8 fieldset .warning, .ie8 #body-login .error {
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;
-}