diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-09-15 15:58:06 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-09-15 15:58:06 +0200 |
commit | 034011465d860216228402a1ec8eadf334bc9314 (patch) | |
tree | 04011153f019a754e79ea5113554bd117fbaa795 /settings | |
parent | 7698781a1e47263c941533b42d2401092284b76b (diff) | |
download | nextcloud-server-034011465d860216228402a1ec8eadf334bc9314.tar.gz nextcloud-server-034011465d860216228402a1ec8eadf334bc9314.zip |
Fix margins of followup sections
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'settings')
-rw-r--r-- | settings/css/settings.css | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index e3c48786be3..9bca1e19b1a 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -949,9 +949,6 @@ span.version { display: block; padding: 0 30px 30px 30px; color: #555; - margin-bottom: 24px; - margin-top: -30px; - position: relative; } .app-image { |