summaryrefslogtreecommitdiff
path: root/slate/bootswatch.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2013-10-22 23:44:51 -0400
committerThomas Park <thomas@thomaspark.me>2013-10-22 23:44:51 -0400
commita7fd57ef509229185fb912977d066dd13d6d7413 (patch)
tree651fac0f521d1759cb56a78804c0d8ac41067c4b /slate/bootswatch.less
parent42491f41f88e04a03f34be361c163056a3bef6da (diff)
amelia, cyborg, slate: fix background-color for table-responsive
Diffstat (limited to 'slate/bootswatch.less')
-rw-r--r--slate/bootswatch.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/slate/bootswatch.less b/slate/bootswatch.less
index e4a39f62..baba34fb 100644
--- a/slate/bootswatch.less
+++ b/slate/bootswatch.less
@@ -154,6 +154,10 @@ h1, h2, h3, h4, h5, h6 {
}
}
+.table-responsive > .table {
+ background-color: @table-bg;
+}
+
// Forms ======================================================================
.has-warning {