f7f5721f by Marty Penner

Ensure the login screen's background is purple. refs #1357

1 parent ff7ce81c
#login {
background: #3b0d32 url(../images/tenzing.gif) top right no-repeat;
background: #3b0d32 url(../images/tenzing.gif) top right no-repeat !important;
padding-top:70px;
}
body.login {
background: #3b0d32 !important;
}
#login {}
.login #nav a {
......@@ -59,7 +63,7 @@ padding:16px;
padding-top:0px;
}
html {background-color:#3b0d32;}
html {background-color:#3b0d32 !important;}
body.login {
border-top-color:#3b0d32;
......