Skip to content

Commit

Permalink
Adding 2x logo for retina displays. Closes #1458
Browse files Browse the repository at this point in the history
Conflicts:
	src/html/assets/themes/fabrizio1.0/config/settings.ini
	src/html/assets/themes/fabrizio1.0/stylesheets/less/variables.less
  • Loading branch information
jmathai committed Jun 18, 2014
1 parent 0a6ce11 commit 30c6606
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/html/assets/themes/fabrizio1.0/config/settings.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[site]
mediaVersion="f1"
mediaVersion="f8"

[behavior]
useDefaultMobile="0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ body.trovebox {
height: 32px;
width: 119px;
text-indent: -9999em;
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
background:url("@{logo2x}") 50% 50% no-repeat;
background-size: 119px 32px;
}
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
@color_theme_tertiary: #a9a87c;
@color_brand: #FFCC05;

@logo2x: "../images/[email protected]";

// @color_banner_primary: @color_theme;
@color_banner_primary: #3b2414;
@color_banner_secondary: #d3d4d6;
Expand Down

0 comments on commit 30c6606

Please sign in to comment.