]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix h3 style, move out from settings to apps CSS
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Tue, 1 Apr 2014 16:50:47 +0000 (18:50 +0200)
committerMorris Jobke <morris.jobke@gmail.com>
Wed, 2 Apr 2014 07:18:33 +0000 (09:18 +0200)
core/css/apps.css
settings/css/settings.css

index ebf277faf46ea739c48b85a72aa077a8ba291d15..a8dfc5b7ed12881a795c1a1e144cb715cb66e5dc 100644 (file)
@@ -253,9 +253,11 @@ button.loading {
 }
 .section h2 {
        font-size: 20px;
-       font-weight: normal;
        margin-bottom: 7px;
 }
+.section h3 {
+       font-size: 16px;
+}
 /* slight position correction of checkboxes and radio buttons */
 .section input[type="checkbox"],
 .section input[type="radio"] {
index b2c09571404116cc679f3620b59d5b3d464f3f54..a7680aad948c0a375773ab385beeafe199ad7122 100644 (file)
@@ -94,7 +94,6 @@ select.quota.active { background: #fff; }
 
 /* APPS */
 .appinfo { margin: 1em 40px; }
-h3 { font-size: 1.4em; font-weight: bold; }
 #app-navigation {
        padding-bottom: 0px;
 }