Created
April 13, 2013 06:15
-
-
Save practice/5377247 to your computer and use it in GitHub Desktop.
bootstrap borderless table css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* borderless table */ | |
.table.table-borderless td, .table.table-borderless th { | |
border: 0 !important; | |
} | |
.table.table-borderless { | |
margin-bottom: 0px; | |
} |
Nice, thanks!
Nice, thanks!
This is work.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nice!!!