diff options
Diffstat (limited to 'css.html')
| -rw-r--r-- | css.html | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1694,6 +1694,10 @@ For example, <code><section></code> should be wrapped as inline. <button type="button" class="btn btn-primary btn-small">Small button</button> <button type="button" class="btn btn-default btn-small">Small button</button> </p> + <p> + <button type="button" class="btn btn-primary btn-mini">Mini button</button> + <button type="button" class="btn btn-default btn-mini">Mini button</button> + </p> </div> {% highlight html %} <p> @@ -1708,6 +1712,10 @@ For example, <code><section></code> should be wrapped as inline. <button type="button" class="btn btn-primary btn-small">Small button</button> <button type="button" class="btn btn-default btn-small">Small button</button> </p> +<p> + <button type="button" class="btn btn-primary btn-mini">Mini button</button> + <button type="button" class="btn btn-default btn-mini">Mini button</button> +</p> {% endhighlight %} <p>Create block level buttons—those that span the full width of a parent— by adding <code>.btn-block</code>.</p> |
