MDL-66039 themes: remove duplicate css

* removed duplicate #page { margin-top: 50px };
This commit is contained in:
Bas Brands
2019-07-11 14:55:34 +02:00
parent c88d732e39
commit c0bbdc4c20
2 changed files with 0 additions and 6 deletions
-3
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;
-3
View File
@@ -12556,9 +12556,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;