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>2013-04-17 19:36:30 +0400
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-04-22 18:17:22 +0400
commit18d515450a8ef2d10f6ad3b30a8cc13957e072ee (patch)
tree534eab188bd56c17bd6d4c102092bbd966710d99 /core
parent969bcb3ced7ab7b9fcca136b2f736681bfc5181b (diff)
remove unnecessary border from navigation, looked strange with scrollbar and pushed the text over 1px
Diffstat (limited to 'core')
-rw-r--r--core/css/styles.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/styles.css b/core/css/styles.css
index 563bd7d6ea4..eafb34db6b0 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -259,7 +259,7 @@ fieldset.warning a { color:#b94a48 !important; font-weight:bold; }
/* NAVIGATION ------------------------------------------------------------- */
#navigation {
position:fixed; float:left; width:64px; padding-top:3.5em; z-index:75; height:100%;
- background:#383c43 url('../img/noise.png') repeat; border-right:1px #333 solid;
+ background:#383c43 url('../img/noise.png') repeat;
-moz-box-shadow:0 0 7px #000; -webkit-box-shadow:0 0 7px #000; box-shadow:0 0 7px #000;
overflow:hidden; box-sizing:border-box; -moz-box-sizing:border-box;
}