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 | |
| 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')
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 52675 -> 52675 bytes | |||
| -rw-r--r-- | docs/base-css.html | 6 | ||||
| -rw-r--r-- | docs/templates/pages/base-css.mustache | 6 |
3 files changed, 6 insertions, 6 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex 3097692de..81a5fd5ba 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip 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> diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 5e20aae2c..f1584ed74 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -908,7 +908,7 @@ </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> @@ -1017,7 +1017,7 @@ </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> @@ -1141,7 +1141,7 @@ </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> |
