James, I'm going to be a little late.
S'Okay, Dude. You know your lines...?
I know em, I don't know what order they come in...
We'll work it out...
Revenue +2%
Downloads +39%
Uploads -7%
UX Designer
Few seconds ago
2 minutes ago
5 days ago
For basic styling-less padding and only horizontal lines add the base class .table to any <table>.
.table
<table>
Adds striping to any table row within <tbody> by adding the .table-striped to the base class.
<tbody>
.table-striped
Adds borders to any table row within <tbody> by adding the .table-bordered to the base class
.table-bordered
Enables a hover state within <tbody> by adding the .table-hover to the base class
.table-hover