aboutsummaryrefslogtreecommitdiff
path: root/lib/tables.less
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tables.less')
-rw-r--r--lib/tables.less6
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 {