diff options
| author | Mark Otto <[email protected]> | 2012-01-14 21:28:47 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-14 21:28:47 -0800 |
| commit | dab6d2b17cc2fd67c2462b5a5eb84eb58d9c72bc (patch) | |
| tree | 87961fa11d60108e2ce868276c5347b2fca8984d /lib/tables.less | |
| parent | 6d916763f82be8c2d4f87842275170c12bea72ec (diff) | |
| download | bootstrap-dab6d2b17cc2fd67c2462b5a5eb84eb58d9c72bc.tar.xz bootstrap-dab6d2b17cc2fd67c2462b5a5eb84eb58d9c72bc.zip | |
change up classes on tables and forms, fix nav list styles in example
Diffstat (limited to 'lib/tables.less')
| -rw-r--r-- | lib/tables.less | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/tables.less b/lib/tables.less index 1d044ec7c..5b803b3df 100644 --- a/lib/tables.less +++ b/lib/tables.less @@ -42,7 +42,7 @@ tbody + tbody { // CONDENSED TABLE W/ HALF PADDING // ------------------------------- -.condensed-table { +.table-condensed { th, td { padding: 4px 5px; @@ -53,7 +53,7 @@ tbody + tbody { // BORDERED VERSION // ---------------- -.bordered-table { +.table-bordered { border: 1px solid #ddd; border-collapse: separate; // Done so we can round those corners! .border-radius(4px); @@ -94,7 +94,7 @@ tbody + tbody { // -------------- // Default zebra-stripe styles (alternating gray and transparent backgrounds) -.striped-table { +.table-striped { tbody { tr:nth-child(odd) td, tr:nth-child(odd) th { |
