Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix border in update notification section
Signed-off-by: Morris Jobke <[email protected]>
  • Loading branch information
MorrisJobke committed Feb 13, 2019
commit 9c0612443082633e473c8923bbff017d30afe5fc
4 changes: 4 additions & 0 deletions settings/css/settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -962,6 +962,10 @@ span.version {
}
}

#version.section {
border-bottom: none;
}

.section {
margin-bottom: 0;
/* section divider lines, none needed for last one */
Expand Down