Skip to content

Instantly share code, notes, and snippets.

@paulodiovani
Created February 14, 2014 18:46
Show Gist options
  • Save paulodiovani/9006648 to your computer and use it in GitHub Desktop.
Save paulodiovani/9006648 to your computer and use it in GitHub Desktop.
Adicionando linhas em branco à tabelas
table tr.blank td,
table tr.blank td:hover {
height: 13px;
background: none !important;
border-left: none;
border-bottom: 1px solid #ddd;
outline: 1px solid white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment