0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Merge pull request #9134 from neilhem/3.0.0-wip

remove repeated 'pagination' class in code example
This commit is contained in:
Chris Rebert 2013-08-05 20:32:07 -07:00
commit 5db9a10138

View File

@ -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 %}