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

Fixed bug in the hierarchical displaying of lists within the course.

parent 25637777
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ Changes
### Unreleased
* 2018-01-11 - Fixed bug in the hierarchical displaying of lists within the course.
* 2017-12-05 - Added Workaround to travis.yml for fixing Behat tests with TravisCI.
### Release v3.2-r6
......
......@@ -340,9 +340,6 @@ body.loginbackgroundimage {
ul.weeks,
ul.periods {
/* We need this to prevent bullet points are cut on the left side of the course content. */
.contentwithoutlink ul {
padding-left: 0;
}
.contentwithoutlink ul li {
list-style-position: inside;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment