Skip to content
Snippets Groups Projects
Commit bcba3cf5 authored by Kathrin Osswald's avatar Kathrin Osswald
Browse files

Removed fix that bullet points are cut off because it is fixed in upstream Boost now.

parent e343518d
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,8 @@ Changes
### Unreleased
* 2020-09-18 - Removed fix that bullet points are cut off because it is fixed in upstream Boost now.
NOTE: requires minimum Moodle version Moodle 3.9.2 (2020061502)
* 2020-09-03 - Adjusted columns2.mustache template due to upstream changes in theme Boost.
* 2020-09-03 - Adjusted navbar.mustache template due to upstream changes in theme Boost.
* 2020-09-03 - Fixed Behat issues after upgrading to 3.9.
......
......@@ -418,10 +418,6 @@ body.loginbackgroundimage #page {
ul.topics,
ul.weeks,
ul.periods {
/* We need this to prevent bullet points are cut on the left side of the course content. */
.contentwithoutlink ul li {
list-style-position: inside;
}
/* Set section dividing border-color to brand-primary. */
li.section.main {
border: none;
......
......@@ -27,6 +27,6 @@ defined('MOODLE_INTERNAL') || die();
$plugin->component = 'theme_boost_campus';
$plugin->version = 2020090101;
$plugin->release = 'v3.8-r5';
$plugin->requires = 2020061500;
$plugin->requires = 2020061502;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array('theme_boost' => 2020061500);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment