aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-10-03 22:36:51 -0700
committerMark Otto <[email protected]>2011-10-03 22:36:51 -0700
commit1b245ffdf8f4bdc8d5845ae86aa78569dfb03cad (patch)
tree97a8e9f45ea17188713b9b7cb94951c5be151ac7 /bootstrap.css
parentc843e202b53502f8e973419bc5ea9c62f87f9c89 (diff)
downloadbootstrap-1b245ffdf8f4bdc8d5845ae86aa78569dfb03cad.tar.xz
bootstrap-1b245ffdf8f4bdc8d5845ae86aa78569dfb03cad.zip
make links in error messages not be blue, but instead match the text color and be bold:
Diffstat (limited to 'bootstrap.css')
-rw-r--r--bootstrap.css18
1 files changed, 17 insertions, 1 deletions
diff --git a/bootstrap.css b/bootstrap.css
index 63f01b2ac..bbbaac48a 100644
--- a/bootstrap.css
+++ b/bootstrap.css
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Mon Oct 3 22:26:41 PDT 2011
+ * Date: Mon Oct 3 22:36:24 PDT 2011
*/
/* Reset.less
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
@@ -1960,6 +1960,16 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
/* IE7 spacing */
}
+.alert-message a {
+ font-weight: bold;
+ color: #404040;
+}
+.alert-message.danger p a,
+.alert-message.error p a,
+.alert-message.success p a,
+.alert-message.info p a {
+ color: #ffffff;
+}
.alert-message h5 {
line-height: 18px;
}
@@ -2014,6 +2024,12 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
background-color: #ddf4fb;
border-color: #c6edf9;
}
+.alert-message.block-message.danger p a,
+.alert-message.block-message.error p a,
+.alert-message.block-message.success p a,
+.alert-message.block-message.info p a {
+ color: #404040;
+}
.pagination {
height: 36px;
margin: 18px 0;