]> source.dussan.org Git - nextcloud-server.git/commitdiff
explicitly unbold text by default, otherwise might be bold
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Mon, 29 Sep 2014 14:39:07 +0000 (16:39 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Wed, 5 Nov 2014 13:14:16 +0000 (14:14 +0100)
core/css/apps.css

index 898259ed9d5f67b9586f98ceafdfec9e9e105571..ce2e15595af09cb5048d04784a074935d105304f 100644 (file)
@@ -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"],