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

Updated referenced Bootstrap version to latest in upstream used version 4.5.

parent fae0a802
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ Changes
### Unreleased
* 2020-09-23 - Updated referenced Bootstrap version to latest in upstream used version 4.5.
* 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.
......
......@@ -331,7 +331,7 @@ For this reason, with this setting you can decide that the help texts should be
##### Change breakpoint
In theme Boost, the right block column will break down even on devices with a width up to 1200 pixels (widescreen resolution of the iPad is 1024 pixels, for example).
This is because the breakpoint is set to [media-breakpoint-down(lg)](https://getbootstrap.com/docs/4.0/layout/overview/#responsive-breakpoints").
This is because the breakpoint is set to [media-breakpoint-down(lg)](https://getbootstrap.com/docs/4.5/layout/overview/#responsive-breakpoints").
If you think there is enough space to show the content plus the blocks column side by side on a screen width of 992 pixels and up, then enable this setting. It will change the breakpoint to media-breakpoint-down(md). This will break the blocks column only on screens with widths of less than 992 pixels.
......
......@@ -213,7 +213,7 @@ For this reason, with this setting you can decide that the help texts should be
$string['breakpointheadingsetting'] = 'Breakpoint';
$string['breakpointsetting'] = 'Change breakpoint';
$string['breakpointsetting_desc'] = 'In theme Boost, the right block column will break down even on devices with a width up to 1200 pixels (widescreen resolution of the iPad is 1024 pixels, for example).
This is because the breakpoint is set to <a href="https://getbootstrap.com/docs/4.0/layout/overview/#responsive-breakpoints">media-breakpoint-down(lg)</a>. <br/>
This is because the breakpoint is set to <a href="https://getbootstrap.com/docs/4.5/layout/overview/#responsive-breakpoints">media-breakpoint-down(lg)</a>. <br/>
If you think there is enough space to show the content plus the blocks column side by side on a screen width of 992 pixels and up, then enable this setting. It will change the breakpoint to media-breakpoint-down(md). This will break the blocks column only on screens with widths of less than 992 pixels.';
// ...Additional resources.
$string['additionalresourcesheadingsetting'] = 'Additional resources';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment