summaryrefslogtreecommitdiff
path: root/cosmo/bootstrap.css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2014-11-01 21:25:41 -0400
committerThomas Park <thomas@thomaspark.me>2014-11-01 21:25:41 -0400
commita1da4a63fbf878fee1cfffb3e225b2f2f9920f86 (patch)
tree7a0d85b86b48aa8f00ab8ea8abf852301c1fe628 /cosmo/bootstrap.css
parent9524cad15debc83931c42687d911a459e66457ce (diff)
remove underline on table dropdown, closes #344
Diffstat (limited to 'cosmo/bootstrap.css')
-rw-r--r--cosmo/bootstrap.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/cosmo/bootstrap.css b/cosmo/bootstrap.css
index f7680194..90105f52 100644
--- a/cosmo/bootstrap.css
+++ b/cosmo/bootstrap.css
@@ -1,6 +1,6 @@
@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700");
/*!
- * bootswatch v3.2.0
+ * bootswatch v3.3.0
* Homepage: http://bootswatch.com
* Copyright 2012-2014 Thomas Park
* Licensed under MIT
@@ -6346,8 +6346,8 @@ body {
.text-info:hover {
color: #9954bb;
}
-table a:not(.btn),
-.table a:not(.btn) {
+table a:not(.btn):not(bd > a),
+.table a:not(.btn):not(bd > a) {
text-decoration: underline;
}
table .success,