diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-09-15 16:49:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-15 16:49:11 +0200 |
commit | bb9493e9ad7f204ea97db2341bcc9c82a719f0d5 (patch) | |
tree | 8a4dd83ff5523c98cf2191ad6ff61092f07ff391 /settings | |
parent | 8500e114575d7e02ffda8070980cc77ba147e60f (diff) | |
parent | 034011465d860216228402a1ec8eadf334bc9314 (diff) | |
download | nextcloud-server-bb9493e9ad7f204ea97db2341bcc9c82a719f0d5.tar.gz nextcloud-server-bb9493e9ad7f204ea97db2341bcc9c82a719f0d5.zip |
Merge pull request #6521 from nextcloud/fix-margin-settings
Fix margins of followup sections
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 { |