mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-30 03:00:24 +00:00
Merge pull request #9918 from lamby/master
Correct "Aligninment" -> "Alignment" typo.
This commit is contained in:
commit
94599259e1
1 changed files with 1 additions and 1 deletions
|
|
@ -289,7 +289,7 @@ base_url: "../"
|
|||
</div>
|
||||
{% endhighlight %}
|
||||
|
||||
<h3 id="dropdowns-alignment">Aligninment options</h3>
|
||||
<h3 id="dropdowns-alignment">Alignment options</h3>
|
||||
<p>Add <code>.pull-right</code> to a <code>.dropdown-menu</code> to right align the dropdown menu.</p>
|
||||
{% highlight html %}
|
||||
<ul class="dropdown-menu pull-right" role="menu" aria-labelledby="dLabel">
|
||||
|
|
|
|||
Loading…
Reference in a new issue