CSS - Spacing between thead and tbody


/ Published in: CSS
Save to your folder(s)

Spacing between thead and tbody


Copy this code and paste it in your HTML
  1. tbody:before {
  2. line-height:1em;
  3. content:"-";
  4. color:white; /* to hide text */
  5. display:block;
  6. }

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

Report this snippet


Comments


You need to login to view comments.