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

Fixed setting for footnote due to changes in Moodle core.

parent 579458cd
Branches
Tags
No related merge requests found
......@@ -6,6 +6,7 @@ Changes
### Unreleased
* 2018-05-15 - Fixed setting for footnote due to changes in Moodle core.
* 2018-05-15 - Fixed setting for dark navbar due to changes in Moodle core.
* 2018-05-15 - Adjusted core renderer method full_header due to changes in Boost and added own version of header mustache.
* 2018-05-14 - Adjusted improved mustache templates due to changes in the original templates.
......
......@@ -749,9 +749,7 @@ a[href^="mailto"]::before {
*/
.footnote {
min-height: 40px;
color: #fff;
border-top: 1px solid #fff;
background-color: $gray-dark;
}
......
......@@ -28,7 +28,7 @@
}
}}
<div class="footnote p-y-1">
<div class="footnote p-3 bg-dark text-light">
<div class="container-fluid">
<div class="row-fluid">
{{{ footnotesetting }}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment