diff options
| author | fat <[email protected]> | 2013-12-26 19:40:41 -0800 |
|---|---|---|
| committer | fat <[email protected]> | 2013-12-26 19:40:41 -0800 |
| commit | 499cca2115bd51c39a8f4ee659ad81082a6b4a5f (patch) | |
| tree | fee7eb757af0cdb188e6e10ab6b1aa795200473b /components.html | |
| parent | d21369c1ed97d5719f6ccf360602150fc8ed16b3 (diff) | |
| parent | d43eb0a513abf19c4c49b9cf7e2d56db6239fafb (diff) | |
| download | bootstrap-499cca2115bd51c39a8f4ee659ad81082a6b4a5f.tar.xz bootstrap-499cca2115bd51c39a8f4ee659ad81082a6b4a5f.zip | |
Merge branch 'master' of github.com:twbs/bootstrap
Diffstat (limited to 'components.html')
| -rw-r--r-- | components.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/components.html b/components.html index cd38f85eb..15dda2a92 100644 --- a/components.html +++ b/components.html @@ -2151,7 +2151,7 @@ body { padding-bottom: 70px; } <strong>Heads up!</strong> This alert needs your attention, but it's not super important. </div> <div class="alert alert-warning"> - <strong>Warning!</strong> Best check yo self, you're not looking too good. + <strong>Warning!</strong> Better check yourself, you're not looking too good. </div> <div class="alert alert-danger"> <strong>Oh snap!</strong> Change a few things up and try submitting again. @@ -2169,13 +2169,13 @@ body { padding-bottom: 70px; } <div class="bs-example"> <div class="alert alert-warning alert-dismissable"> <button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button> - <strong>Warning!</strong> Best check yo self, you're not looking too good. + <strong>Warning!</strong> Better check yourself, you're not looking too good. </div> </div> {% highlight html %} <div class="alert alert-warning alert-dismissable"> <button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button> - <strong>Warning!</strong> Best check yo self, you're not looking too good. + <strong>Warning!</strong> Better check yourself, you're not looking too good. </div> {% endhighlight %} @@ -2194,7 +2194,7 @@ body { padding-bottom: 70px; } <strong>Heads up!</strong> This <a href="#" class="alert-link">alert needs your attention</a>, but it's not super important. </div> <div class="alert alert-warning"> - <strong>Warning!</strong> Best check yo self, you're <a href="#" class="alert-link">not looking too good</a>. + <strong>Warning!</strong> Better check yourself, you're <a href="#" class="alert-link">not looking too good</a>. </div> <div class="alert alert-danger"> <strong>Oh snap!</strong> <a href="#" class="alert-link">Change a few things up</a> and try submitting again. |
