diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-04-01 18:50:47 +0200 |
---|---|---|
committer | Morris Jobke <morris.jobke@gmail.com> | 2014-04-02 09:18:33 +0200 |
commit | 5301056ab14788ba8060a89b8dcc652b56fdfb5c (patch) | |
tree | 8c8a67c15005dc6d6617d882ceff595960515e53 | |
parent | 73dd5ff26c2d7652fd4abacbac53d734f64fde96 (diff) | |
download | nextcloud-server-5301056ab14788ba8060a89b8dcc652b56fdfb5c.tar.gz nextcloud-server-5301056ab14788ba8060a89b8dcc652b56fdfb5c.zip |
fix h3 style, move out from settings to apps CSS
-rw-r--r-- | core/css/apps.css | 4 | ||||
-rw-r--r-- | 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 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"] { diff --git a/settings/css/settings.css b/settings/css/settings.css index b2c09571404..a7680aad948 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; } |