diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-04-25 17:47:23 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-04-25 17:47:23 +0200 |
commit | 3bb41f414448ae116e8c36a72f8724b374119f53 (patch) | |
tree | 09eccdbdb88608b6b7230b65544bd80ed883e749 /settings | |
parent | bbb58625fee3127208c968c0f81cd5f9f86d97eb (diff) | |
download | nextcloud-server-3bb41f414448ae116e8c36a72f8724b374119f53.tar.gz nextcloud-server-3bb41f414448ae116e8c36a72f8724b374119f53.zip |
Move h2 and settings-hint together
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'settings')
-rw-r--r-- | settings/css/settings.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index fe7be86d6e8..7e91877773e 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -981,6 +981,7 @@ doesnotexist:-o-prefocus, .strengthify-wrapper { } .settings-hint { + margin-top: -12px; margin-bottom: 12px; opacity: .7; } |