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 /core | |
parent | 73dd5ff26c2d7652fd4abacbac53d734f64fde96 (diff) | |
download | nextcloud-server-5301056ab14788ba8060a89b8dcc652b56fdfb5c.tar.gz nextcloud-server-5301056ab14788ba8060a89b8dcc652b56fdfb5c.zip |
fix h3 style, move out from settings to apps CSS
Diffstat (limited to 'core')
-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"] { |