Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.2.1
-
Component/s: Themes
-
Testing Instructions:
-
Affected Branches:MOODLE_22_STABLE
-
Fixed Branches:MOODLE_21_STABLE, MOODLE_22_STABLE
-
Pull from Repository:
-
Pull Master Branch:
-
Pull Master Diff URL:
Description
in afterburner_styles.css at approx line 221 there is a missing comma after:
.coursebox h3
which causes the Course names to not use the full 100% of the width while the summaries are forced onto the next line by using 100% (I believe the original intent was to place course title on one line and summary on the next).
Proposal: add comma to the end of the line.
Regards - Keith.