Update button groups to use not selector and remove redundant CSS.
This commit is contained in:
parent
8f9cc5ae81
commit
579d566299
3 changed files with 69 additions and 89 deletions
|
|
@ -552,7 +552,7 @@ lead: "Dozens of reusable components built to provide iconography, dropdowns, na
|
|||
<h3 id="btn-groups-vertical">Vertical button groups</h3>
|
||||
<p>Make a set of buttons appear vertically stacked rather than horizontally.</p>
|
||||
<div class="bs-example">
|
||||
<div class="btn-group btn-group-vertical">
|
||||
<div class="btn-group-vertical">
|
||||
<button type="button" class="btn btn-default"><i class="glyphicon glyphicon-align-left"></i></button>
|
||||
<button type="button" class="btn btn-default"><i class="glyphicon glyphicon-align-center"></i></button>
|
||||
<button type="button" class="btn btn-default"><i class="glyphicon glyphicon-align-right"></i></button>
|
||||
|
|
@ -560,7 +560,7 @@ lead: "Dozens of reusable components built to provide iconography, dropdowns, na
|
|||
</div>
|
||||
</div>
|
||||
{% highlight html %}
|
||||
<div class="btn-group btn-group-vertical">
|
||||
<div class="btn-group-vertical">
|
||||
...
|
||||
</div>
|
||||
{% endhighlight %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue