From b347804886851b70b0485398c1addf235196d0dc Mon Sep 17 00:00:00 2001 From: youngsukim-csusb <youngsu.kim@csusb.edu> Date: Thu, 16 Jun 2022 15:57:20 -0700 Subject: [PATCH] test login --- login.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/login.html b/login.html index 69672ed..43e9d6e 100644 --- a/login.html +++ b/login.html @@ -4,7 +4,7 @@ {% set announcement = 'We are testing customized pages' %} {% set csusb_hub_title = 'Welcome to Cal State San Bernardino JupyterHub' %} -{% set csusb_cilogon = 'The following login process uses CSUSB\'s DUO login system' %} +{% set csusb_cilogon = 'The following login process (the orange button) uses CSUSB\'s DUO login system' %} {% block login %} <div class="container text-center csusb"> @@ -36,7 +36,7 @@ vertical-align: middle; margin: 1% auto auto auto; padding-left: 0%; - width: 400px; + width: 380px; } </style> {% endblock %} \ No newline at end of file -- GitLab