Created
April 12, 2012 21:08
-
-
Save mkorostoff/2371004 to your computer and use it in GitHub Desktop.
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 characters
#page > #columns { | |
padding: 10px 0px 0px; | |
/* This margin was originally set for Blackberry 8530 */ | |
margin-top: 16em; | |
} | |
/* This rule overrides the Blackberry 8530 margin on newer smartphones */ | |
.touch #page > #columns { | |
margin-top: 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment