Created
January 31, 2011 18:54
-
-
Save mtabini/804566 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
button.red { height: 2.5em; padding: 0px 2em; padding-bottom: 2px; | |
color: #fff; font-size: 15px; font-family: "Lucida Grande",Helvetica,Arial,sans-serif; text-shadow: -1px -1px 0px #aaa; cursor: pointer; | |
background: #e22525; background: #e22525 -webkit-gradient(linear, left top, left bottom, from(#e22525), to(#e27676)); | |
filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#e22525, endColorstr=#e27676, gradientType=0); | |
-moz-border-radius: 4px; | |
-webkit-border-radius: 4px; | |
border: 2px solid #aaa; margin-left: auto; margin-right: auto; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment