]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
nonbreaking spaces for ie7 after buttons :/
authorJacob Thornton <jacobthornton@gmail.com>
Mon, 22 Aug 2011 03:53:54 +0000 (20:53 -0700)
committerJacob Thornton <jacobthornton@gmail.com>
Mon, 22 Aug 2011 03:53:54 +0000 (20:53 -0700)
docs/index.html

index eec45ec713354cf8420d657a0df935d3325b029c..a6950adb9ff4ef7dc0a89f8e1d6bd7e67a28de24 100644 (file)
         </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>&nbsp;<button type="reset" class="btn">Cancel</button>
       </div>
     </fieldset>
   </form>
         </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>&nbsp;<button type="reset" class="btn">Cancel</button>
       </div>
     </form>
   </div>
     <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;">
       <form>
-        <button type="submit" class="btn primary">Submit</button>
-        <button type="submit" class="btn">Cancel</button>
+        <button type="submit" class="btn primary">Submit</button>&nbsp;<button type="submit" class="btn">Cancel</button>
       </form>
     </div>
     <h3>Alternate sizes</h3>