Skip to content

Commit

Permalink
fix base url
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Feb 25, 2013
1 parent 5e4244b commit f710b7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/jquery-mobile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -522,15 +522,15 @@ a.ui-link-inherit {
.ui-icon-grid, .ui-icon-star, .ui-icon-alert, .ui-icon-info, .ui-icon-home, .ui-icon-bars, .ui-icon-edit,
.ui-icon-search, .ui-icon-searchfield:after,
.ui-icon-checkbox-off, .ui-icon-checkbox-on, .ui-icon-radio-off, .ui-icon-radio-on {
background-image: url(images/icons-36-white.png);
background-image: url(#{$url + "/icons-36-white.png"});
-moz-background-size: 864px 18px;
-o-background-size: 864px 18px;
-webkit-background-size: 864px 18px;
background-size: 864px 18px;
}

.ui-icon-alt .ui-icon {
background-image: url(images/icons-36-black.png);
background-image: url(#{$url + "/icons-36-black.png"});
}

.ui-icon-plus {
Expand Down

0 comments on commit f710b7d

Please sign in to comment.