Skip to content

Commit 01f6eae

Browse files
committed
Merge branch 'MDL-66039-37' of git://github.com/bmbrands/moodle into MOODLE_37_STABLE
2 parents 87fa24d + f7a92e6 commit 01f6eae

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

theme/boost/scss/moodle/drawer.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ $drawer-offscreen-gutter: 20px !default;
2323
#nav-drawer.closed {
2424
left: -($drawer-width + $drawer-offscreen-gutter);
2525
}
26-
#page {
27-
margin-top: $navbar-height;
28-
}
2926

3027
/* Use a variable for the drawer background colors. */
3128
$drawer-bg: $gray-lighter !default;

theme/boost/style/moodle.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12592,9 +12592,6 @@ span.editinstructions {
1259212592
#nav-drawer.closed {
1259312593
left: -305px; }
1259412594

12595-
#page {
12596-
margin-top: 50px; }
12597-
1259812595
/* Use a variable for the drawer background colors. */
1259912596
[data-region="drawer"] {
1260012597
position: fixed;

theme/classic/style/moodle.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12839,9 +12839,6 @@ span.editinstructions {
1283912839
#nav-drawer.closed {
1284012840
left: -305px; }
1284112841

12842-
#page {
12843-
margin-top: 50px; }
12844-
1284512842
/* Use a variable for the drawer background colors. */
1284612843
[data-region="drawer"] {
1284712844
position: fixed;

0 commit comments

Comments
 (0)