Merge pull request #10143 from owncloud/fix-top-border

no top border for first settings item, detail enhancement
This commit is contained in:
Raghu Nayyar 2014-08-05 10:57:12 +05:30
commit 5302f9aadd

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;