summaryrefslogtreecommitdiffstats
path: root/core/css/styles.css
diff options
context:
space:
mode:
authoryannickoo <github@yannickoo.de>2013-03-21 18:46:59 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-03-27 17:13:06 +0100
commit73758c1f787d84ed1341050db4df296d65192db4 (patch)
tree8d41aa52f787d0756a9f4179b415a71f1968b44e /core/css/styles.css
parent7e9e94d8d71d34de3ce55435b353ca350d97e1a2 (diff)
downloadnextcloud-server-73758c1f787d84ed1341050db4df296d65192db4.tar.gz
nextcloud-server-73758c1f787d84ed1341050db4df296d65192db4.zip
Fixed typo
Diffstat (limited to 'core/css/styles.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 4f3ad016c9e..e7c509e3409 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -245,7 +245,7 @@ fieldset.warning a { color:#b94a48 !important; font-weight:bold; }
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;
-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:birder-box;
+ overflow:hidden; box-sizing:border-box; -moz-box-sizing:border-box;
}
#navigation:hover { overflow-y:auto; }
#navigation a {