diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-11-25 13:16:00 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-11-25 13:16:00 +0100 |
commit | cd88854369cd11038042e6ba38b1aaa17c7c2b01 (patch) | |
tree | 46e46e4afc208573c5fb3ad56b23da09c69337e8 /core/css | |
parent | 50780e451bd993f6b0e33df198f98832f3f27e2d (diff) | |
download | nextcloud-server-cd88854369cd11038042e6ba38b1aaa17c7c2b01.tar.gz nextcloud-server-cd88854369cd11038042e6ba38b1aaa17c7c2b01.zip |
update page: fix heading whitespace and unbold less important sections
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/styles.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 28fe9e5414e..640aab81d2a 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -240,8 +240,7 @@ body { } #body-login .update h2 { - line-height: 130%; - margin-bottom: 30px; + margin: 12px 0 20px; } #body-login .update a { |