From 1cb91ef45bba0d8b5314b76c5b34920e81154fb0 Mon Sep 17 00:00:00 2001 From: Alexander Bias <alexander.bias@uni-ulm.de> Date: Mon, 16 Aug 2021 12:58:55 +0200 Subject: [PATCH] Improvement: Re-add the margin below the breadcrumb --- CHANGES.md | 4 ++++ scss/post.scss | 8 -------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 05dfd2e..8f766c4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,10 @@ moodle-theme_boost_campus Changes ------- +### Unreleased + +* 2021-08-16 - Improvement: Re-add the margin below the breadcrumb as this does not need to differ between theme_boost and theme_boost_campus anymore + ### v3.10-r6 * 2021-04-20 - Adjusted footer.mustache due to upstream changes in theme Boost core (MDL-70173). diff --git a/scss/post.scss b/scss/post.scss index 80c1b3c..e4967fc 100644 --- a/scss/post.scss +++ b/scss/post.scss @@ -390,14 +390,6 @@ body.loginbackgroundimage #page { Course header -------------------------------------*/ -/* Remove margin from the pageheadingbuttons in the course header. */ -#page-header { - .breadcrumb, - .singlebutton form { - margin: 0; - } -} - /* * If set in showswitchedroleincourse, the switched role information will be displayed * in the course header instead of next to the user name. -- GitLab