From deaae6ba7ca09e9bfe90ef99be836d9e51177572 Mon Sep 17 00:00:00 2001 From: youngsukim-csusb <youngsu.kim@csusb.edu> Date: Thu, 16 Jun 2022 12:29:10 -0700 Subject: [PATCH] test login --- login.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/login.html b/login.html index 6d2a933..16a75f6 100644 --- a/login.html +++ b/login.html @@ -19,8 +19,6 @@ <p> After the login icon.<br> </p> - <!-- <p><img src="/etc/jupyterhub/custom/images/select_idp_csusb.png" alt="csusb_idp_image" width="64" height="64"> --> - </p> <p><img src="https://www.csusb.edu/sites/default/files/image-0034-min.png" alt="csusb_test_image" width="128" height="128"> </p> </h4> @@ -33,7 +31,7 @@ #login-main { margin-top: 5%; margin-right: 5%; - <!-- {# margin-right is added since "Sign in with CILogon" is not aligned #} --> + {# margin-right is added since "Sign in with CILogon" is not aligned #} height: 100%; } </style> -- GitLab