mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Fix border in update notification section
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
7895a7a4a2
commit
9c06124430
1 changed files with 4 additions and 0 deletions
|
|
@ -962,6 +962,10 @@ span.version {
|
|||
}
|
||||
}
|
||||
|
||||
#version.section {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.section {
|
||||
margin-bottom: 0;
|
||||
/* section divider lines, none needed for last one */
|
||||
|
|
|
|||
Loading…
Reference in a new issue