diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-12-10 13:39:30 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-12-10 13:39:30 +0100 |
commit | 880e653aefee9ddefbba6b1b58e5ba7dfff1f8ab (patch) | |
tree | 90fe5229087f8028881ff7bfe26a23206fa8ca1f /core | |
parent | 5c36b0bf5daaaa5e2283cec148e7901db2caa100 (diff) | |
download | nextcloud-server-880e653aefee9ddefbba6b1b58e5ba7dfff1f8ab.tar.gz nextcloud-server-880e653aefee9ddefbba6b1b58e5ba7dfff1f8ab.zip |
improve update error page: adjust line height of h2
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index f29444e80d6..7badfca6c16 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -362,6 +362,7 @@ input[type="submit"].enabled { #body-login .update h2 { font-size: 20px; + line-height: 130%; margin-bottom: 30px; } |