Forked from smileyj68/f3-case-flite-retina.scss
Created
August 30, 2012 07:26
Revisions
-
Jonathan Smiley renamed this gist
Jun 25, 2012 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
Jonathan Smiley revised this gist
Jun 25, 2012 . 1 changed file with 0 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,3 @@ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) { #topnav { -
Jonathan Smiley revised this gist
Jun 25, 2012 . 1 changed file with 18 additions and 18 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,31 +5,31 @@ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) { #topnav { #logo { a { background-image: url(/img/[email protected]); background-size: 156px 22px; } } } .social { &.linkedin { background-image: url(/img/[email protected]); background-size: 16px 16px; } &.twitter { background-image: url(/img/[email protected]); background-size: 24px 16px; } } .graphic-campaign-goals { background-image: url(/img/[email protected]); background-size: 134px 44px; } .graphic-audience { background-image: url(/img/[email protected]); background-size: 134px 82px; } } -
Jonathan Smiley renamed this gist
Jun 25, 2012 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
Jonathan Smiley created this gist
Jun 25, 2012 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,35 @@ /* Retina media query. Overrides styles for devices with a device-pixel-ratio of 2+, such as iPhone 4/iPad 3. ----------------------------------------------- */ @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) { #topnav { #logo { a { background-image: url(/img/[email protected]); background-size: 156px 22px; } } } .social { &.linkedin { background-image: url(/img/[email protected]); background-size: 16px 16px; } &.twitter { background-image: url(/img/[email protected]); background-size: 24px 16px; } } .graphic-campaign-goals { background-image: url(/img/[email protected]); background-size: 134px 44px; } .graphic-audience { background-image: url(/img/[email protected]); background-size: 134px 82px; } }