mirror of
https://github.com/moodle/moodle.git
synced 2025-03-03 15:29:08 +01:00
MDL-66039 themes: remove duplicate css
* removed duplicate #page { margin-top: 50px };
This commit is contained in:
parent
fac49f8f72
commit
8c2bbe5caa
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user