summaryrefslogtreecommitdiff
path: root/slate/bootswatch.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2014-02-17 20:55:42 -0500
committerThomas Park <thomas@thomaspark.me>2014-02-17 20:55:42 -0500
commit0c2486ced17d5508839d4f4261492ff08bdf8799 (patch)
tree3b7beaa5fa69f5a7c0b116b7376675d3b1d7c85e /slate/bootswatch.less
parentd2e65ea05eea342bbb814119d709efd8b5690373 (diff)
apply table state styles to cells, closes #217
Diffstat (limited to 'slate/bootswatch.less')
-rw-r--r--slate/bootswatch.less8
1 files changed, 4 insertions, 4 deletions
diff --git a/slate/bootswatch.less b/slate/bootswatch.less
index 9bb96e14..a9f1bbe6 100644
--- a/slate/bootswatch.less
+++ b/slate/bootswatch.less
@@ -148,10 +148,10 @@ h1, h2, h3, h4, h5, h6 {
text-decoration: underline;
}
- tr.success,
- tr.warning,
- tr.danger,
- tr.info {
+ .success,
+ .warning,
+ .danger,
+ .info {
color: #fff;
}