diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2016-11-25 11:58:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-25 11:58:53 +0100 |
commit | e502a2df48d86c60eb61156b9aefd6ebccd17466 (patch) | |
tree | 83f561f9876d4cb44b464914cd4fdea57a57e116 /core | |
parent | 64fb0fb3dd02fe9fd5f4543e7248137b7e9fcbcd (diff) | |
parent | 9a3423f25f20015bdc985eeface0acd0792d243e (diff) | |
download | nextcloud-server-e502a2df48d86c60eb61156b9aefd6ebccd17466.tar.gz nextcloud-server-e502a2df48d86c60eb61156b9aefd6ebccd17466.zip |
Merge pull request #2325 from nextcloud/fix-slogan-styling
Fix styling of slogan on login page for longer text
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index f0c4c4f33ff..21583d6198c 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -272,7 +272,6 @@ body { text-align: center; } #body-login p.info { - width: 22em; margin: 0 auto; padding-top: 20px; -webkit-user-select: none; @@ -426,10 +425,6 @@ label.infield { opacity: .6; } -#body-login footer .info { - white-space: nowrap; -} - /* Show password toggle */ #show, #dbpassword { position: absolute; |