summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-09-29 16:39:07 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-11-05 14:14:16 +0100
commita857559979a59d7bf91a75f8c53ad56846c2789a (patch)
tree0085c8775c79293ee8bce8ea9fb4cfe973dd9a8b /core
parente869db47b04acb4c30869ef03462a63e7ac82951 (diff)
downloadnextcloud-server-a857559979a59d7bf91a75f8c53ad56846c2789a.tar.gz
nextcloud-server-a857559979a59d7bf91a75f8c53ad56846c2789a.zip
explicitly unbold text by default, otherwise might be bold
Diffstat (limited to 'core')
-rw-r--r--core/css/apps.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/css/apps.css b/core/css/apps.css
index 898259ed9d5..ce2e15595af 100644
--- a/core/css/apps.css
+++ b/core/css/apps.css
@@ -485,9 +485,11 @@ button.loading {
.section h2 {
font-size: 20px;
margin-bottom: 12px;
+ font-weight: normal;
}
.section h3 {
font-size: 16px;
+ font-weight: normal;
}
/* slight position correction of checkboxes and radio buttons */
.section input[type="checkbox"],