summaryrefslogtreecommitdiff
path: root/slate/bootstrap.css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2014-02-16 19:15:53 -0500
committerThomas Park <thomas@thomaspark.me>2014-02-16 19:15:53 -0500
commit3efae83d18726aa2b11b4fc71d5794c6ac03b115 (patch)
tree01f87836a51fc96bc8e577c2a5716837481d6de2 /slate/bootstrap.css
parenteb755768a98dcca5939bc503c6d16b7292c74911 (diff)
style links in table cells, closes #214
Diffstat (limited to 'slate/bootstrap.css')
-rw-r--r--slate/bootstrap.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/slate/bootstrap.css b/slate/bootstrap.css
index e9d2cf65..23dc2286 100644
--- a/slate/bootstrap.css
+++ b/slate/bootstrap.css
@@ -5857,6 +5857,9 @@ h6 {
.text-info:hover {
color: #5bc0de;
}
+.table a {
+ text-decoration: underline;
+}
.table tr.success,
.table tr.warning,
.table tr.danger,