diff options
author | STJrInuyasha <MattWCSTRFAN@gmail.com> | 2017-04-25 06:06:24 -0700 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-04-25 15:06:24 +0200 |
commit | 1b9447853bb3381bb9f43b60fdd9cab41e92b53c (patch) | |
tree | 684105662291707ed00eea8fbc570945f1da60fe /app/assets | |
parent | 122d59ac41a0c637b19357c2b7422002ffa0381c (diff) |
Login link for single user instances (#2393)
* Login link for single user instances * Flip the if statement around Fixes AuthorizationController tests
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/footer.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/footer.scss b/app/assets/stylesheets/footer.scss index 719bfcf43..07ecb5e75 100644 --- a/app/assets/stylesheets/footer.scss +++ b/app/assets/stylesheets/footer.scss @@ -13,7 +13,7 @@ } } - .powered-by { + .powered-by, .single-user-login { font-weight: 400; a { |