Wire up login and register forms for edx landing page

This commit is contained in:
Calen Pennington
2012-10-12 09:55:32 -04:00
parent 51a19b3d7e
commit c41c084b39
2 changed files with 32 additions and 4 deletions

View File

@@ -174,4 +174,8 @@ $paleYellow: #fffcf1;
text-indent: -9999px;
overflow: hidden;
}
#register .login-extra {
display: none;
}
}