summaryrefslogtreecommitdiff
path: root/flatly/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 /flatly/bootstrap.css
parent9524cad15debc83931c42687d911a459e66457ce (diff)
remove underline on table dropdown, closes #344
Diffstat (limited to 'flatly/bootstrap.css')
-rw-r--r--flatly/bootstrap.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/flatly/bootstrap.css b/flatly/bootstrap.css
index 41babb2b..50854335 100644
--- a/flatly/bootstrap.css
+++ b/flatly/bootstrap.css
@@ -6365,6 +6365,10 @@ table a:not(.btn),
.table a:not(.btn) {
text-decoration: underline;
}
+table .dropdown-menu a,
+.table .dropdown-menu a {
+ text-decoration: none;
+}
table .success,
.table .success,
table .warning,