Commit f5010008 by Brian Talbot

edx.org - hiding the login nav element when on the login view

parent fa898d05
......@@ -481,6 +481,10 @@
// login
.view-login {
header.global .nav-courseware .cta-login {
display: none;
}
.introduction {
padding: 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment