779
779
780
780
<h2 id="tables-example">Basic example</h2>
781
781
782
- <p>For basic styling— light padding and only horizontal dividers— add the base class <code>.table</code> to
782
+ <p>For basic styling— light padding and only horizontal dividers— add the base class <code>.table</code> to
783
783
any <code>
784
784
<table></code>. It may seem super redundant, but given the widespread use of tables for other
785
785
plugins like
@@ -1649,7 +1649,7 @@ class to your <code>.radio</code>, <code>.radio-inline</code>, <code>.checkbox</
1649
1649
<div class="checkbox">
1650
1650
<label>
1651
1651
<input type="checkbox" value="">
1652
- Option one is this and that— be sure to include why it's great
1652
+ Option one is this and that— be sure to include why it's great
1653
1653
</label>
1654
1654
</div>
1655
1655
<div class="checkbox disabled">
@@ -1663,7 +1663,7 @@ class to your <code>.radio</code>, <code>.radio-inline</code>, <code>.checkbox</
1663
1663
<div class="radio">
1664
1664
<label>
1665
1665
<input type="radio" name="optionsRadios" id="optionsRadios1" value="option1" checked="">
1666
- Option one is this and that— be sure to include why it's great
1666
+ Option one is this and that— be sure to include why it's great
1667
1667
</label>
1668
1668
</div>
1669
1669
<div class="radio">
@@ -2087,15 +2087,15 @@ class="btn btn-*"></code> buttons in this case, but that CSS property is not
2087
2087
<div class="radio">
2088
2088
<label class="checkbox">
2089
2089
<input type="checkbox" id="checkboxError" value="option1">
2090
- Option one is this and that— be sure to include why it's great
2090
+ Option one is this and that— be sure to include why it's great
2091
2091
</label>
2092
2092
</div>
2093
2093
</div>
2094
2094
<div class="has-success">
2095
2095
<div class="radio">
2096
2096
<label>
2097
2097
<input type="radio" name="optionsRadios" id="radiosSuccess1" value="option1" checked="">
2098
- Option one is this and that— be sure to include why it's great
2098
+ Option one is this and that— be sure to include why it's great
2099
2099
</label>
2100
2100
</div>
2101
2101
<div class="radio">
@@ -2656,7 +2656,7 @@ class="btn btn-*"></code> buttons in this case, but that CSS property is not
2656
2656
<span class="nt"></p></span></code></pre>
2657
2657
</div>
2658
2658
2659
- <p>Create block level buttons— those that span the full width of a parent— by adding <code>.btn-block</code>.
2659
+ <p>Create block level buttons— those that span the full width of a parent— by adding <code>.btn-block</code>.
2660
2660
</p>
2661
2661
2662
2662
<div class="bs-example">
@@ -5053,7 +5053,7 @@ class="btn-toolbar"></code>
5053
5053
5054
5054
<p>Add the relative form sizing classes to the <code>.input-group</code> itself and contents within will
5055
5055
automatically
5056
- resize— no need for repeating the form control size classes on each element.</p>
5056
+ resize— no need for repeating the form control size classes on each element.</p>
5057
5057
5058
5058
<form class="bs-example bs-example-form" role="form">
5059
5059
<div class="input-group input-group-lg">
0 commit comments