bmbrands/theme_bootstrap

the bullets in bullet points do not show due to 0 margin

Closed this issue · 1 comments

To reproduce, create a page and add a bullet pointed list as the content. Save and display.

No bullets are show.

Bootstrap theme:
screen shot 2015-09-15 at 14 07 19

Clean theme:
screen shot 2015-09-15 at 14 08 08

The clean theme has the following css for ul and ol...
ul, ol {
padding: 0;
margin: 0 0 10px 25px;
}

The 25px left-margin makes all the difference and it seems to be absent from Bootstrap

I know about this issue. And have been adding margins to uls and ols in child themes. I have implemented your suggested fixed and I hope this will not cause any other issues :). Lots of Moodle content / course formats etc use ul for listing sections, modules and lots more...
So fingers crossed and thanks for reporting this!