]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove small class
authorJacob Thornton <jacobthornton@gmail.com>
Wed, 8 Feb 2012 06:32:32 +0000 (22:32 -0800)
committerJacob Thornton <jacobthornton@gmail.com>
Wed, 8 Feb 2012 06:32:32 +0000 (22:32 -0800)
docs/assets/bootstrap.zip
docs/javascript.html
docs/templates/pages/javascript.mustache

index 132c95a7b572c82fa49cd4f1e2f5fb256df4ccc1..ed47cebd50acd59267abe0e63c707c0932f63d7e 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 28c0964f0ac48ee45adcd577db385db381212640..06ce514a1173101dd479ef12a758c9a0d549786e 100644 (file)
@@ -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>
index 3ff0ed8b64062cd0550210cd28b03d583eb0b530..705b35b47fd01577f89495b43c335da8444a32ad 100644 (file)
@@ -850,7 +850,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
             <h4 class="alert-heading">{{_i}}Oh snap! You got an error!{{/i}}</h4>
             <p>{{_i}}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.{{/i}}</p>
             <p>
-              <a class="btn btn-danger small" href="#">{{_i}}Take this action{{/i}}</a> <a class="btn small" href="#">{{_i}}Or do this{{/i}}</a>
+              <a class="btn btn-danger" href="#">{{_i}}Take this action{{/i}}</a> <a class="btn" href="#">{{_i}}Or do this{{/i}}</a>
             </p>
           </div>
           <hr>