Return to Snippet

Revision: 63149
at April 11, 2013 23:09 by satie83


Initial Code
tbody:before {
    line-height:1em;
    content:"-";
    color:white; /* to hide text */
    display:block;
}

Initial URL
http://stackoverflow.com/questions/9258754/spacing-between-thead-and-tbody

Initial Description
Spacing between thead and tbody

Initial Title
CSS - Spacing between thead and tbody

Initial Tags
table

Initial Language
CSS