1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-18 19:31:35 +02:00

make links in error messages not be blue, but instead match the text color and be bold:

This commit is contained in:
Mark Otto
2011-10-03 22:36:51 -07:00
parent c843e202b5
commit 1b245ffdf8
4 changed files with 45 additions and 6 deletions

View File

@@ -1538,19 +1538,19 @@
<div class="span12">
<div class="alert-message warning">
<a class="close" href="#">&times;</a>
<p><strong>Holy guacamole!</strong> Best check yo self, youre not looking too good.</p>
<p><strong>Holy guacamole!</strong> Best check yo self, youre not <a href="#">looking too good</a>.</p>
</div>
<div class="alert-message error">
<a class="close" href="#">&times;</a>
<p><strong>Oh snap!</strong> Change this and that and try again.</p>
<p><strong>Oh snap!</strong> Change this and that and <a href="#">try again</a>.</p>
</div>
<div class="alert-message success">
<a class="close" href="#">&times;</a>
<p><strong>Well done!</strong> You successfully read this alert message.</p>
<p><strong>Well done!</strong> You successfully <a href="#">read this</a> alert message.</p>
</div>
<div class="alert-message info">
<a class="close" href="#">&times;</a>
<p><strong>Heads up!</strong> This is an alert that needs your attention, but its not a huge priority just yet.</p>
<p><strong>Heads up!</strong> This is an alert that needs your attention, but its not <a href="#">a huge priority</a> just yet.</p>
</div>
<h4>Example code</h4>
@@ -1580,7 +1580,7 @@
</div>
<div class="alert-message block-message error">
<a class="close" href="#">&times;</a>
<p><strong>Oh snap! You got an error!</strong> Change this and that and try again.</p>
<p><strong>Oh snap! You got an error!</strong> Change this and that and <a href="#">try again</a>.</p>
<ul>
<li>Duis mollis est non commodo luctus</li>
<li>Nisi erat porttitor ligula</li>