summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/css/apps.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/css/apps.css b/core/css/apps.css
index 6761677fb23..0fea77cea0d 100644
--- a/core/css/apps.css
+++ b/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;