0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

remove repeated 'pagination' class in code example

This commit is contained in:
Rakhat Jabagin 2013-08-06 09:19:07 +06:00
parent 1d1e21aff6
commit b29b8acd28

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