mirror of
https://github.com/moodle/moodle.git
synced 2025-03-31 05:52:51 +02:00
Merge branch 'MDL-68250-master' of git://github.com/bmbrands/moodle
This commit is contained in:
commit
9ac9ff50de
@ -222,7 +222,7 @@ $navclasses = book_get_nav_classes();
|
||||
|
||||
if ($book->navstyle) {
|
||||
// Upper navigation.
|
||||
echo '<div class="navtop clearfix ' . $navclasses[$book->navstyle] . '">' . $chnavigation . '</div>';
|
||||
echo '<div class="navtop border-top py-3 clearfix ' . $navclasses[$book->navstyle] . '">' . $chnavigation . '</div>';
|
||||
}
|
||||
|
||||
// The chapter itself.
|
||||
@ -251,7 +251,7 @@ if (core_tag_tag::is_enabled('mod_book', 'book_chapters')) {
|
||||
|
||||
if ($book->navstyle) {
|
||||
// Lower navigation.
|
||||
echo '<div class="navbottom clearfix ' . $navclasses[$book->navstyle] . '">' . $chnavigation . '</div>';
|
||||
echo '<div class="navbottom py-3 border-bottom clearfix ' . $navclasses[$book->navstyle] . '">' . $chnavigation . '</div>';
|
||||
}
|
||||
|
||||
echo $OUTPUT->footer();
|
||||
|
Loading…
x
Reference in New Issue
Block a user