Files
edx-platform/test_microsites/test_microsite/css/openedx.css
Chris Dodge a3211a7405 Introduction of the Microsite feature which allows for limited multi-tenant branding on a subdomain basis, e.g. foo.edx.org and bar.edx.org
fix errorenous logic when running a microsite that could reside in a hosting environment with a marketing site in front of it

pep8/pylint fixes

address PR feedback, remove underscore from test hostname

more pep8/pylint cleanup. Skip test_microsites test, it works on localdev, not on Jenkins. Need to talk with QA team

manually add Ned's single-to-double quote fix

change aws.py runtimes so that the microsite_dir that is read from configuration is changed to a python path

Conflicts:
	lms/templates/help_modal.html
2014-01-14 14:36:01 -05:00

15 lines
470 B
CSS

.find-courses header.search, .university-profile header.search {
background-image: url("../images/background-image.jpg");
}
.course-info header.course-profile {
background: url("../images/background-image.jpg") repeat scroll 0 0 / cover #F5F5F5;
}
.view-login .introduction header {
background-image: url("../images/login-and-register-banner.png");
}
.view-register .introduction header {
background-image: url("../images/login-and-register-banner.png");
}