diff --git a/static/css/quay.css b/static/css/quay.css index 7561a1bc7..bc9175811 100644 --- a/static/css/quay.css +++ b/static/css/quay.css @@ -2,6 +2,11 @@ font-family: 'Droid Sans', sans-serif; } +.accordion-toggle { + cursor: pointer; + text-decoration: none !important; +} + .plans .callout { font-size: 2em; text-align: center; diff --git a/static/partials/signin.html b/static/partials/signin.html index af5702b1c..9995fcb71 100644 --- a/static/partials/signin.html +++ b/static/partials/signin.html @@ -4,7 +4,7 @@
-

+

Sign In @@ -33,7 +33,7 @@

-
+
Forgot Password @@ -69,4 +69,4 @@ }; appendMixpanelId(); - --> \ No newline at end of file + -->