edx.org: ensures that the iframe-based register button has a transparent background

This commit is contained in:
Brian Talbot
2013-09-05 10:00:29 -04:00
parent 4ab204cce7
commit 9c96fcf4cd
2 changed files with 2 additions and 1 deletions

View File

@@ -131,6 +131,7 @@
// edx.org marketing site - registration iframe band-aid (poor form enough to isolate out)
.view-iframe, .view-iframe-content {
background: transparent !important;
overflow: hidden;
}

File diff suppressed because one or more lines are too long