diff options
author | Morris Jobke <hey@morrisjobke.de> | 2014-04-02 14:45:58 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2014-04-02 14:45:58 +0200 |
commit | 16d10844cd01dc89f864cda6bde5169812e89b62 (patch) | |
tree | 845dda0f2d90a2539a8a85d526eb2f90d2a90640 | |
parent | b616cc1f2d8dc37d14948ecf7e3507567486814f (diff) | |
parent | 5301056ab14788ba8060a89b8dcc652b56fdfb5c (diff) | |
download | nextcloud-server-16d10844cd01dc89f864cda6bde5169812e89b62.tar.gz nextcloud-server-16d10844cd01dc89f864cda6bde5169812e89b62.zip |
Merge pull request #7995 from owncloud/fix-h3-styles
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; } |