diff options
| author | Mark Otto <[email protected]> | 2013-05-16 20:53:59 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-05-16 20:53:59 -0700 |
| commit | 9762f95bde0fc251aa42d2e843cf5885f264cca3 (patch) | |
| tree | 94d30c84a0ff06316a89b3b6b18f9ef2276cf18c /docs/javascript.html | |
| parent | 0f4b4acce1df7f2cdfc6e0ad6dca59480868bd8d (diff) | |
| download | bootstrap-9762f95bde0fc251aa42d2e843cf5885f264cca3.tar.xz bootstrap-9762f95bde0fc251aa42d2e843cf5885f264cca3.zip | |
Change up link alerts
* No more children selectors to set all links in alerts as a special color because buttons and more wrongly inherited color
* Adds .alert-link for easy styling in any alert
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index 25ea6a953..160c897ef 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -1053,7 +1053,7 @@ $('#example').tooltip(options) <h4>Oh snap! You got an error!</h4> <p>Change this and that and try again. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum.</p> <p> - <a class="btn btn-danger" href="#">Take this action</a> <a class="btn" href="#">Or do this</a> + <a class="btn btn-danger" href="#">Take this action</a> <a class="btn btn-default" href="#">Or do this</a> </p> </div> </div><!-- /example --> |
