diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-05 13:12:07 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-05 13:12:07 +0200 |
commit | 24641c909ee45e82d5ec7602a3a31e153cbbbb35 (patch) | |
tree | a3f92bbc99c146351c07f7fecbb2b0d0ccd7e957 /core/css/header.css | |
parent | 9e56acbdc9c3196f630251938a5e8f5b5c507f2c (diff) | |
download | nextcloud-server-24641c909ee45e82d5ec7602a3a31e153cbbbb35.tar.gz nextcloud-server-24641c909ee45e82d5ec7602a3a31e153cbbbb35.zip |
adjust CSS to styleguide, remove left padding, prevent user-selection
Diffstat (limited to 'core/css/header.css')
-rw-r--r-- | core/css/header.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/css/header.css b/core/css/header.css index 83612c67445..d04895d27cf 100644 --- a/core/css/header.css +++ b/core/css/header.css @@ -122,10 +122,6 @@ /* NAVIGATION --------------------------------------------------------------- */ -#content-wrapper { - padding-left: 0; -} - #navigation { position: fixed; top: 45px; |