Commit fb0e9b75 by Matthew Piatetsky

Minor program progress fixes

ECOM-6602
parent 79a40eb3
......@@ -164,7 +164,7 @@
} else if (end && endDate < now) {
dateString += ' - Ended ' + end;
}
} else if (pacingType === 'instructor_paced') {
} else {
if (start && end) {
dateString = start + ' - ' + end;
} else if (start) {
......
......@@ -83,7 +83,7 @@
background-color: $white;
}
.wrapper-footer {
.footer-content-wrapper {
@include clearfix();
clear: both;
}
......
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