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
15 lines
470 B
CSS
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");
|
|
} |