Skip to content

Commit

Permalink
Fix css.
Browse files Browse the repository at this point in the history
  • Loading branch information
realdigger committed Mar 3, 2017
1 parent 07b5c4d commit 2522cda
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Themes/default/css/garage.css
Expand Up @@ -36,15 +36,3 @@
margin-bottom: 1em; margin-bottom: 1em;
margin-left: 1em; margin-left: 1em;
} }

/* Responsive rules for small screens */
@media screen and (min-width: 240px) and (max-width: 640px) {

/* Responsive Curve menu icon */
.responsive_menu.garage {
background: url(../images/garage.png) no-repeat;
height: 16px;
width: 16px;
display: inline-block;
}
}
12 changes: 12 additions & 0 deletions modification.xml
Expand Up @@ -1255,6 +1255,18 @@ $txt['permissionhelp_limit_exemption'] = 'This permissions allows a user to be e
background-color: #cacdd3; background-color: #cacdd3;
}]]></search> }]]></search>
<add><![CDATA[ <add><![CDATA[
/* Responsive rules for small screens */
@media screen and (min-width: 240px) and (max-width: 640px) {
/* Responsive Curve menu icon */
.responsive_menu.garage {
background: url(../images/garage.png) no-repeat;
height: 16px;
width: 16px;
display: inline-block;
}
}
.windowbg_pending .windowbg_pending
{ {
color: #000; color: #000;
Expand Down

0 comments on commit 2522cda

Please sign in to comment.