diff options
| author | Jacob Thornton <[email protected]> | 2012-02-07 22:32:32 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-02-07 22:32:32 -0800 |
| commit | b36a744fa74ace319b9f924f777df50591ceb62c (patch) | |
| tree | f0f6e6beacfb4d2581ba6a961bc67a3d4469ae2f /docs/javascript.html | |
| parent | 687c8bf761827fd676d5a7726fbe8b2d41f5719c (diff) | |
| download | bootstrap-b36a744fa74ace319b9f924f777df50591ceb62c.tar.xz bootstrap-b36a744fa74ace319b9f924f777df50591ceb62c.zip | |
remove small class
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 28c0964f0..06ce514a1 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -926,7 +926,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { <h4 class="alert-heading">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 small" href="#">Take this action</a> <a class="btn small" href="#">Or do this</a> + <a class="btn btn-danger" href="#">Take this action</a> <a class="btn" href="#">Or do this</a> </p> </div> <hr> |
