From 5301056ab14788ba8060a89b8dcc652b56fdfb5c Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Tue, 1 Apr 2014 18:50:47 +0200 Subject: [PATCH] fix h3 style, move out from settings to apps CSS --- core/css/apps.css | 4 +++- settings/css/settings.css | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) 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; }