no top border for first settings item, detail enhancement
This commit is contained in:
parent
d1aaa7a12e
commit
349933fdd5
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue