Skip to content

Commit

Permalink
nonbreaking spaces for ie7 after buttons :/
Browse files Browse the repository at this point in the history
  • Loading branch information
fat committed Aug 22, 2011
1 parent 6fff171 commit c6b162f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions docs/index.html
Expand Up @@ -752,8 +752,7 @@ <h2>Default styles</h2>
</div> </div>
</div> <!-- /clearfix --> </div> <!-- /clearfix -->
<div class="actions"> <div class="actions">
<button type="submit" class="btn primary">Save Changes</button> <button type="submit" class="btn primary">Save Changes</button>&nbsp;<button type="reset" class="btn">Cancel</button>
<button type="reset" class="btn">Cancel</button>
</div> </div>
</fieldset> </fieldset>
</form> </form>
Expand Down Expand Up @@ -816,8 +815,7 @@ <h2>Stacked forms</h2>
</div> <!-- /clearfix --> </div> <!-- /clearfix -->
</fieldset> </fieldset>
<div class="actions"> <div class="actions">
<button type="submit" class="btn primary">Save Changes</button> <button type="submit" class="btn primary">Save Changes</button>&nbsp;<button type="reset" class="btn">Cancel</button>
<button type="reset" class="btn">Cancel</button>
</div> </div>
</form> </form>
</div> </div>
Expand All @@ -834,8 +832,7 @@ <h3>Example buttons</h3>
<p>Button styles can be applied to anything with the <code>.btn</code> applied. Typically you’ll want to apply these to only <code>&lt;a&gt;</code>, <code>&lt;button&gt;</code>, and select <code>&lt;input&gt;</code> elements. Here’s how it looks:</p> <p>Button styles can be applied to anything with the <code>.btn</code> applied. Typically you’ll want to apply these to only <code>&lt;a&gt;</code>, <code>&lt;button&gt;</code>, and select <code>&lt;input&gt;</code> elements. Here’s how it looks:</p>
<div class="well" style="padding: 14px 19px;"> <div class="well" style="padding: 14px 19px;">
<form> <form>
<button type="submit" class="btn primary">Submit</button> <button type="submit" class="btn primary">Submit</button>&nbsp;<button type="submit" class="btn">Cancel</button>
<button type="submit" class="btn">Cancel</button>
</form> </form>
</div> </div>
<h3>Alternate sizes</h3> <h3>Alternate sizes</h3>
Expand Down

0 comments on commit c6b162f

Please sign in to comment.