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
diff options
context:
space:
mode:
-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;
-}