Skip to content

Commit f7a92e6

Browse files
author
Bas Brands
committed
MDL-66039 themes: remove duplicate css
* removed duplicate #page { margin-top: 50px };
1 parent 035d608 commit f7a92e6

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
@@ -12584,9 +12584,6 @@ span.editinstructions {
1258412584
#nav-drawer.closed {
1258512585
left: -305px; }
1258612586

12587-
#page {
12588-
margin-top: 50px; }
12589-
1259012587
/* Use a variable for the drawer background colors. */
1259112588
[data-region="drawer"] {
1259212589
position: fixed;

theme/classic/style/moodle.css

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

12834-
#page {
12835-
margin-top: 50px; }
12836-
1283712834
/* Use a variable for the drawer background colors. */
1283812835
[data-region="drawer"] {
1283912836
position: fixed;

0 commit comments

Comments
 (0)