Created
May 8, 2011 23:14
-
-
Save georgedrummond/961792 to your computer and use it in GitHub Desktop.
sample
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
* | |
:padding 0 | |
:margin 0 | |
body | |
:font-family arial | |
:font-size 13px | |
:color #333 | |
.container | |
:width 900px | |
:margin 0 auto | |
.gist | |
:float left | |
:width 100% | |
:margin-bottom 20px | |
table | |
:float left | |
:width 100% | |
:border-collapse collapse | |
:margin-bottom 20px | |
th | |
:background slategrey | |
td, th | |
:border 1px solid #ccc | |
:padding 5px | |
:text-align left | |
tr:nth-child(even) | |
:background lavender |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment