Created
February 24, 2011 15:21
-
-
Save markstickley/842287 to your computer and use it in GitHub Desktop.
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
background-image: url(../img/logo-bbcid-button.png); | |
background-image: url(../img/logo-bbcid-button.png), | |
-webkit-gradient( | |
linear, | |
left bottom, | |
left top, | |
color-stop(0, rgb(233, 233, 233)), | |
color-stop(0.5, rgb(249, 249, 249)), | |
color-stop(0.5, rgb(255, 255, 255)), | |
color-stop(1, rgb(255, 255, 255)) | |
); | |
/* IE7 will try and render this last one: */ | |
background-image: url(../img/logo-bbcid-button.png), | |
-moz-linear-gradient( | |
center bottom, | |
rgb(233, 233, 233) 0%, | |
rgb(249, 249, 249) 50%, | |
rgb(255,255,255) 50%, | |
rgb(255,255,255) 100% | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment