Skip to content

Instantly share code, notes, and snippets.

@itsananderson
Created December 11, 2010 19:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save itsananderson/737580 to your computer and use it in GitHub Desktop.
Save itsananderson/737580 to your computer and use it in GitHub Desktop.
Basic calendar stylesheet
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