no top border for first settings item, detail enhancement

This commit is contained in:
Jan-Christoph Borchardt 2014-08-04 14:42:47 +02:00
parent d1aaa7a12e
commit 349933fdd5

View File

@ -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;