MDL-66039 themes: remove duplicate css

* removed duplicate #page { margin-top: 50px };
This commit is contained in:
Bas Brands 2019-07-11 14:52:40 +02:00
parent fac49f8f72
commit 8c2bbe5caa
3 changed files with 0 additions and 9 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;