diff options
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/apps.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/css/apps.css b/core/css/apps.css index ebf277faf46..a8dfc5b7ed1 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"] { |