Created
June 27, 2011 21:19
-
-
Save roykolak/1049869 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
table { | |
border:1px solid #999; | |
border-collapse:collapse; | |
} | |
table th, | |
table td { | |
padding:5px; | |
vertical-align:top; | |
border:1px solid #999; | |
} | |
table th { | |
font-weight:bold; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment