mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Merge pull request #9134 from neilhem/3.0.0-wip
remove repeated 'pagination' class in code example
This commit is contained in:
commit
5db9a10138
1 changed files with 1 additions and 1 deletions
|
@ -1562,7 +1562,7 @@ body { padding-bottom: 70px; }
|
|||
</div>
|
||||
{% highlight html %}
|
||||
<ul class="pagination pagination-lg">...</ul>
|
||||
<ul class="pagination pagination">...</ul>
|
||||
<ul class="pagination">...</ul>
|
||||
<ul class="pagination pagination-sm">...</ul>
|
||||
{% endhighlight %}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue