Created
December 11, 2010 19:09
-
-
Save itsananderson/737580 to your computer and use it in GitHub Desktop.
Basic calendar stylesheet
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
body { | |
font-family: Georgia; | |
} | |
table { | |
border: 1px solid #ccc; | |
border-spacing: 0; | |
} | |
th { | |
font-family: Verdana; | |
padding: 5px; | |
} | |
td { | |
border-width: 0; | |
border-top: 1px solid #ccc; | |
padding: 7px 15px; | |
margin: 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment