Skip to content

Instantly share code, notes, and snippets.

@practice
Created April 13, 2013 06:15
Show Gist options
  • Select an option

  • Save practice/5377247 to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown

Nice!!!

@akleemans

Copy link
Copy Markdown

Nice, thanks!

@joaocarias

Copy link
Copy Markdown

Nice, thanks!
This is work.

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