Skip to content

Instantly share code, notes, and snippets.

@mkorostoff
Created April 12, 2012 21:08
Show Gist options
  • Save mkorostoff/2371004 to your computer and use it in GitHub Desktop.
Save mkorostoff/2371004 to your computer and use it in GitHub Desktop.
#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