Created
August 4, 2011 22:08
-
-
Save ttopholm/1126421 to your computer and use it in GitHub Desktop.
CSS for settings background on iPhone
This file contains 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
.stripe | |
{ | |
background-image:-webkit-gradient(linear, left top, right top,color-stop(.71428571428571, #c5ccd4),color-stop(.71428571428571, #cbd2d8),color-stop(1, #cbd2d8)); | |
-webkit-background-size: 7px 7px; | |
min-height: 387px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment