/ Published in: CSS
Spacing between thead and tbody
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
tbody:before { line-height:1em; content:"-"; color:white; /* to hide text */ display:block; }
URL: http://stackoverflow.com/questions/9258754/spacing-between-thead-and-tbody