summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-04-17 17:36:30 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-04-17 17:36:30 +0200
commitd83adb8b84b9e0502c66bf3211ff5789b08ab4af (patch)
tree49eabdbb409c3764d8a4697111da410609185088 /core/css
parentc8cafcefe49121fb62c58795e066c0559983de7d (diff)
downloadnextcloud-server-d83adb8b84b9e0502c66bf3211ff5789b08ab4af.tar.gz
nextcloud-server-d83adb8b84b9e0502c66bf3211ff5789b08ab4af.zip
remove unnecessary border from navigation, looked strange with scrollbar and pushed the text over 1px
Diffstat (limited to 'core/css')
-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 406fa8a9821..854733b4bf4 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -272,7 +272,7 @@ li.update, li.error { width:640px; margin:4em auto; padding:1em 1em 1em 4em; bac
/* 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;
}