Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.

Commit

Permalink
Added forgotten files
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Voss committed Oct 8, 2014
1 parent 88d4fa5 commit 3e0fb6d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,12 @@ a,
}
}

.app-logo {
background: url("../images/laxarjs_logo@2x.png") no-repeat right/100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.app-logo {
background: url("../images/laxarjs_logo@2x.png") no-repeat right/100%;
}

.app-flower {
background: url("../images/pot_flower@2x.png") no-repeat right/100%;
.app-flower {
background: url("../images/pot_flower@2x.png") no-repeat right/100%;
}
}
4 changes: 2 additions & 2 deletions application/layouts/application/default.theme/scss/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,11 @@ a,
}
}

// @media only screen and (-webkit-min-device-pixel-ratio: 2) {
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.app-logo {
background: url( "../images/laxarjs_logo@2x.png" ) no-repeat right/100%;
}
.app-flower {
background: url( "../images/pot_flower@2x.png" ) no-repeat right/100%;
}
// }
}

0 comments on commit 3e0fb6d

Please sign in to comment.