diff --git a/core/css/apps.css b/core/css/apps.css index ebf277faf4..a8dfc5b7ed 100644 --- a/core/css/apps.css +++ b/core/css/apps.css @@ -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"] { diff --git a/settings/css/settings.css b/settings/css/settings.css index b2c0957140..a7680aad94 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -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; }