Created
October 5, 2012 08:49
-
-
Save rorlab/3838810 to your computer and use it in GitHub Desktop.
Additional stylesheet for ROR Lab.
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.bordered { | |
width:100%; | |
padding:0; | |
margin:0; | |
border-collapse:collapse; | |
th { | |
background: #cadcf3; | |
} | |
th, td { | |
border:1px solid #79b0e0; | |
padding:2px 5px; | |
margin:0; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment