summaryrefslogtreecommitdiff
path: root/slate/bootstrap.css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2014-03-08 10:39:03 -0500
committerThomas Park <thomas@thomaspark.me>2014-03-08 10:39:03 -0500
commit642c7ed19523f36a6303f43dc7bc1653b150178e (patch)
tree64d4dec8e1ace76cccb732e6227807ee73d175b0 /slate/bootstrap.css
parent896180f41a9627bda4946565e08c31e9bc0538e2 (diff)
fix alert close button style, closes #229
Diffstat (limited to 'slate/bootstrap.css')
-rw-r--r--slate/bootstrap.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/slate/bootstrap.css b/slate/bootstrap.css
index eb61158d..bdb2116f 100644
--- a/slate/bootstrap.css
+++ b/slate/bootstrap.css
@@ -6023,6 +6023,10 @@ legend {
color: #fff;
text-decoration: underline;
}
+.alert .close {
+ color: #000000;
+ text-decoration: none;
+}
.jumbotron {
border: 1px solid rgba(0, 0, 0, 0.6);
}