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

no top border for first settings item, detail enhancement
remotes/origin/fix-10825
Raghu Nayyar 12 years ago
commit 5302f9aadd
  1. 4
      core/css/apps.css

@ -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…
Cancel
Save