Fix border in update notification section
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
7895a7a4a2
commit
9c06124430
|
@ -962,6 +962,10 @@ span.version {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#version.section {
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
|
|
||||||
.section {
|
.section {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
/* section divider lines, none needed for last one */
|
/* section divider lines, none needed for last one */
|
||||||
|
|
Loading…
Reference in New Issue