Created
May 4, 2010 19:03
-
-
Save jasonmelgoza/389817 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
.promos { | |
-moz-border-radius:15px 15px 15px 15px; | |
-moz-box-shadow:0 1px #F5F5F5; | |
background:-moz-linear-gradient(center top , #EAEAEA, #E4E4E4) repeat scroll 0 0 transparent; | |
border:1px solid #D7D7D7; | |
color:#666666; | |
font-size:13px; | |
margin:0 0 20px; | |
padding:15px 39px; | |
} |
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
.shadow { text-shadow:0 1px #FFFFFF; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment