diff options
| author | Mark Otto <[email protected]> | 2012-02-11 10:13:53 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-11 10:13:53 -0800 |
| commit | 2679c3ebe3bb21599826dd204b1c9df44d217497 (patch) | |
| tree | 4d1ba96c6ad359962ea2049c822eab715a9f006e /docs/base-css.html | |
| parent | 8f1db4321a35851d5b726290b2d99e7ea1ec7239 (diff) | |
| download | bootstrap-2679c3ebe3bb21599826dd204b1c9df44d217497.tar.xz bootstrap-2679c3ebe3bb21599826dd204b1c9df44d217497.zip | |
remove the reset type from cancel buttons in forms examples per #1844
Diffstat (limited to 'docs/base-css.html')
| -rw-r--r-- | docs/base-css.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/base-css.html b/docs/base-css.html index 09614af2a..678504b72 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -984,7 +984,7 @@ For example, <code>section</code> 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, <code>section</code> 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, <code>section</code> 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> |
