diff options
author | Morris Jobke <hey@morrisjobke.de> | 2014-05-19 15:52:27 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-04 14:38:25 +0200 |
commit | 190fc8adf5b4cf3c5b3762938d929c962ea5c434 (patch) | |
tree | 0c8ef9c1ba11b6c1ca52b1bd149885630ff345f7 /core/css/header.css | |
parent | 52d9e313d18003f842cb4329090727b92a287f8d (diff) | |
download | nextcloud-server-190fc8adf5b4cf3c5b3762938d929c962ea5c434.tar.gz nextcloud-server-190fc8adf5b4cf3c5b3762938d929c962ea5c434.zip |
drop "push" element - no sticky footer needed anymore
Diffstat (limited to 'core/css/header.css')
-rw-r--r-- | core/css/header.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/header.css b/core/css/header.css index e93f91f6de4..a65c9337d61 100644 --- a/core/css/header.css +++ b/core/css/header.css @@ -81,7 +81,7 @@ min-height: initial; margin: 0; } -#apps-management, #navigation .push { +#apps-management { height: initial; } @@ -89,4 +89,4 @@ #body-user #controls, #body-settings #controls { padding-left: 0; -}
\ No newline at end of file +} |