Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-04-01 20:50:47 +0400
committerMorris Jobke <morris.jobke@gmail.com>2014-04-02 11:18:33 +0400
commit5301056ab14788ba8060a89b8dcc652b56fdfb5c (patch)
tree8c8a67c15005dc6d6617d882ceff595960515e53 /core/css/apps.css
parent73dd5ff26c2d7652fd4abacbac53d734f64fde96 (diff)
fix h3 style, move out from settings to apps CSS
Diffstat (limited to 'core/css/apps.css')
-rw-r--r--core/css/apps.css4
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"] {