mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
flatten buttons and forms
This commit is contained in:
+4
-4
@@ -155,10 +155,10 @@
|
||||
<p>Make a set of buttons appear vertically stacked rather than horizontally.</p>
|
||||
<div class="bs-docs-example">
|
||||
<div class="btn-group btn-group-vertical">
|
||||
<button type="button" class="btn"><i class="icon-align-left"></i></button>
|
||||
<button type="button" class="btn"><i class="icon-align-center"></i></button>
|
||||
<button type="button" class="btn"><i class="icon-align-right"></i></button>
|
||||
<button type="button" class="btn"><i class="icon-align-justify"></i></button>
|
||||
<button type="button" class="btn"><i class="glyphicon-align-left"></i></button>
|
||||
<button type="button" class="btn"><i class="glyphicon-align-center"></i></button>
|
||||
<button type="button" class="btn"><i class="glyphicon-align-right"></i></button>
|
||||
<button type="button" class="btn"><i class="glyphicon-align-justify"></i></button>
|
||||
</div>
|
||||
</div>
|
||||
<pre class="prettyprint linenums">
|
||||
|
||||
Reference in New Issue
Block a user