From 8c2bbe5caaf97a86ae670a449d231cb737f8c799 Mon Sep 17 00:00:00 2001 From: Bas Brands Date: Thu, 11 Jul 2019 14:52:40 +0200 Subject: [PATCH] MDL-66039 themes: remove duplicate css * removed duplicate #page { margin-top: 50px }; --- theme/boost/scss/moodle/drawer.scss | 3 --- theme/boost/style/moodle.css | 3 --- theme/classic/style/moodle.css | 3 --- 3 files changed, 9 deletions(-) diff --git a/theme/boost/scss/moodle/drawer.scss b/theme/boost/scss/moodle/drawer.scss index 88a924dadf5..d6f96afd93c 100644 --- a/theme/boost/scss/moodle/drawer.scss +++ b/theme/boost/scss/moodle/drawer.scss @@ -23,9 +23,6 @@ $drawer-offscreen-gutter: 20px !default; #nav-drawer.closed { left: -($drawer-width + $drawer-offscreen-gutter); } -#page { - margin-top: $navbar-height; -} /* Use a variable for the drawer background colors. */ $drawer-bg: $gray-lighter !default; diff --git a/theme/boost/style/moodle.css b/theme/boost/style/moodle.css index 581845feb64..0aab16910c2 100644 --- a/theme/boost/style/moodle.css +++ b/theme/boost/style/moodle.css @@ -12592,9 +12592,6 @@ span.editinstructions { #nav-drawer.closed { left: -305px; } -#page { - margin-top: 50px; } - /* Use a variable for the drawer background colors. */ [data-region="drawer"] { position: fixed; diff --git a/theme/classic/style/moodle.css b/theme/classic/style/moodle.css index bf7f80e0232..71cbf625190 100644 --- a/theme/classic/style/moodle.css +++ b/theme/classic/style/moodle.css @@ -12839,9 +12839,6 @@ span.editinstructions { #nav-drawer.closed { left: -305px; } -#page { - margin-top: 50px; } - /* Use a variable for the drawer background colors. */ [data-region="drawer"] { position: fixed;