diff options
| author | Jacob Thornton <[email protected]> | 2011-08-21 20:53:54 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-08-21 20:53:54 -0700 |
| commit | c6b162f6ca32fc429ec28d23d4c0b1f9d5ab4108 (patch) | |
| tree | bb0098e3623d4ce006790f86458c1709330aa059 /docs | |
| parent | 6fff171b5598257d65e069d8c2c114284f287c20 (diff) | |
| download | bootstrap-c6b162f6ca32fc429ec28d23d4c0b1f9d5ab4108.tar.xz bootstrap-c6b162f6ca32fc429ec28d23d4c0b1f9d5ab4108.zip | |
nonbreaking spaces for ie7 after buttons :/
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.html | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/docs/index.html b/docs/index.html index eec45ec71..a6950adb9 100644 --- a/docs/index.html +++ b/docs/index.html @@ -752,8 +752,7 @@ </div> </div> <!-- /clearfix --> <div class="actions"> - <button type="submit" class="btn primary">Save Changes</button> - <button type="reset" class="btn">Cancel</button> + <button type="submit" class="btn primary">Save Changes</button> <button type="reset" class="btn">Cancel</button> </div> </fieldset> </form> @@ -816,8 +815,7 @@ </div> <!-- /clearfix --> </fieldset> <div class="actions"> - <button type="submit" class="btn primary">Save Changes</button> - <button type="reset" class="btn">Cancel</button> + <button type="submit" class="btn primary">Save Changes</button> <button type="reset" class="btn">Cancel</button> </div> </form> </div> @@ -834,8 +832,7 @@ <p>Button styles can be applied to anything with the <code>.btn</code> applied. Typically you’ll want to apply these to only <code><a></code>, <code><button></code>, and select <code><input></code> elements. Here’s how it looks:</p> <div class="well" style="padding: 14px 19px;"> <form> - <button type="submit" class="btn primary">Submit</button> - <button type="submit" class="btn">Cancel</button> + <button type="submit" class="btn primary">Submit</button> <button type="submit" class="btn">Cancel</button> </form> </div> <h3>Alternate sizes</h3> |
