diff options
author | Morris Jobke <hey@morrisjobke.de> | 2019-02-13 14:02:04 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2019-02-13 14:02:04 +0100 |
commit | 9c0612443082633e473c8923bbff017d30afe5fc (patch) | |
tree | 633fa1effb21af1615517597e373b0fb13a60390 /settings/css | |
parent | 7895a7a4a24142bb1469aba288c1643f091e7e25 (diff) | |
download | nextcloud-server-9c0612443082633e473c8923bbff017d30afe5fc.tar.gz nextcloud-server-9c0612443082633e473c8923bbff017d30afe5fc.zip |
Fix border in update notification section
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/settings/css/settings.scss b/settings/css/settings.scss index ebd1ff1b0ec..0ff764d32ef 100644 --- a/settings/css/settings.scss +++ b/settings/css/settings.scss @@ -962,6 +962,10 @@ span.version { } } +#version.section { + border-bottom: none; +} + .section { margin-bottom: 0; /* section divider lines, none needed for last one */ |