Skip to content
Snippets Groups Projects
Commit 349933fd authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

no top border for first settings item, detail enhancement

parent d1aaa7a1
Branches
No related tags found
No related merge requests found
......@@ -274,6 +274,10 @@ button.loading {
color: #555;
border-top: 1px solid #ddd;
}
/* no top border for first settings item */
.section:first-child {
border-top: none;
}
.section h2 {
font-size: 20px;
margin-bottom: 7px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment