]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove the reset type from cancel buttons in forms examples per #1844
authorMark Otto <markotto@twitter.com>
Sat, 11 Feb 2012 18:13:53 +0000 (10:13 -0800)
committerMark Otto <markotto@twitter.com>
Sat, 11 Feb 2012 18:13:53 +0000 (10:13 -0800)
docs/assets/bootstrap.zip
docs/base-css.html
docs/templates/pages/base-css.mustache

index 3097692de6ae8be24feb8b81a50ec4167eb5c6a5..81a5fd5ba756729e18566025939a8f5d506768c7 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 09614af2a4fd1871317075c6da38499068a0b394..678504b72686198d9e506487179acf0424ccfedc 100644 (file)
@@ -984,7 +984,7 @@ For example, &lt;code&gt;section&lt;/code&gt; should be wrapped as inline.
           </div>
           <div class="form-actions">
             <button type="submit" class="btn btn-primary">Save changes</button>
-            <button type="reset" class="btn">Cancel</button>
+            <button class="btn">Cancel</button>
           </div>
         </fieldset>
       </form>
@@ -1093,7 +1093,7 @@ For example, &lt;code&gt;section&lt;/code&gt; should be wrapped as inline.
           </div>
           <div class="form-actions">
             <button type="submit" class="btn btn-primary">Save changes</button>
-            <button type="reset" class="btn">Cancel</button>
+            <button class="btn">Cancel</button>
           </div>
         </fieldset>
       </form>
@@ -1217,7 +1217,7 @@ For example, &lt;code&gt;section&lt;/code&gt; should be wrapped as inline.
           </div>
           <div class="form-actions">
             <button type="submit" class="btn btn-primary">Save changes</button>
-            <button type="reset" class="btn">Cancel</button>
+            <button class="btn">Cancel</button>
           </div>
         </fieldset>
       </form>
index 5e20aae2c0adfb3ccd57325889a7257bf8199fac..f1584ed744c77af2a5bdd712dc59cbfb2bd44c18 100644 (file)
           </div>
           <div class="form-actions">
             <button type="submit" class="btn btn-primary">{{_i}}Save changes{{/i}}</button>
-            <button type="reset" class="btn">{{_i}}Cancel{{/i}}</button>
+            <button class="btn">{{_i}}Cancel{{/i}}</button>
           </div>
         </fieldset>
       </form>
           </div>
           <div class="form-actions">
             <button type="submit" class="btn btn-primary">{{_i}}Save changes{{/i}}</button>
-            <button type="reset" class="btn">{{_i}}Cancel{{/i}}</button>
+            <button class="btn">{{_i}}Cancel{{/i}}</button>
           </div>
         </fieldset>
       </form>
           </div>
           <div class="form-actions">
             <button type="submit" class="btn btn-primary">{{_i}}Save changes{{/i}}</button>
-            <button type="reset" class="btn">{{_i}}Cancel{{/i}}</button>
+            <button class="btn">{{_i}}Cancel{{/i}}</button>
           </div>
         </fieldset>
       </form>