diff options
| author | Mark Otto <[email protected]> | 2011-10-03 22:36:51 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-03 22:36:51 -0700 |
| commit | 1b245ffdf8f4bdc8d5845ae86aa78569dfb03cad (patch) | |
| tree | 97a8e9f45ea17188713b9b7cb94951c5be151ac7 /docs | |
| parent | c843e202b53502f8e973419bc5ea9c62f87f9c89 (diff) | |
| download | bootstrap-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 'docs')
| -rw-r--r-- | docs/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/index.html b/docs/index.html index 2b2d4f9d9..ccba3b34d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1538,19 +1538,19 @@ <div class="span12"> <div class="alert-message warning"> <a class="close" href="#">×</a> - <p><strong>Holy guacamole!</strong> Best check yo self, you’re not looking too good.</p> + <p><strong>Holy guacamole!</strong> Best check yo self, you’re not <a href="#">looking too good</a>.</p> </div> <div class="alert-message error"> <a class="close" href="#">×</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="#">×</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="#">×</a> - <p><strong>Heads up!</strong> This is an alert that needs your attention, but it’s not a huge priority just yet.</p> + <p><strong>Heads up!</strong> This is an alert that needs your attention, but it’s 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="#">×</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> |
