Commit db9ca077 by Kyle Fiedler

Fix ie enrollment issues by hiding form

parent 6498c886
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -5,3 +5,9 @@ body {
.wrapper, .subpage, section.copyright, section.tos, section.privacy-policy, section.honor-code, header.announcement div, section.index-content, footer {
margin: 0;
overflow: hidden; }
div#enroll p.ie-warning {
display: block !important;
line-height: 1.3em; }
div#enroll form {
display: none; }
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