diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2019-02-13 14:51:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-13 14:51:02 +0100 |
commit | cc69038c921228ab5f0f972cbee131722861be51 (patch) | |
tree | 92c96743614140ab0d7b2b60152c846a409ff80b /settings | |
parent | 3d804ea15d0c8fd223ea9ff698c7fec70d420b35 (diff) | |
parent | 2f9664b75ef15149f54453dfa8a22dfe9fbc4922 (diff) | |
download | nextcloud-server-cc69038c921228ab5f0f972cbee131722861be51.tar.gz nextcloud-server-cc69038c921228ab5f0f972cbee131722861be51.zip |
Merge pull request #14177 from nextcloud/bugfix/noid/fix-small-glitches
Fix small glitches in update notification page
Diffstat (limited to 'settings')
-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 */ |