Skip to content

Instantly share code, notes, and snippets.

@practice
Created April 13, 2013 06:15
Show Gist options
  • Save practice/5377247 to your computer and use it in GitHub Desktop.
Save practice/5377247 to your computer and use it in GitHub Desktop.
bootstrap borderless table css
/* borderless table */
.table.table-borderless td, .table.table-borderless th {
border: 0 !important;
}
.table.table-borderless {
margin-bottom: 0px;
}
@sbangani
Copy link

Nice!!!

@akleemans
Copy link

Nice, thanks!

@joaocarias
Copy link

Nice, thanks!
This is work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment