1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-21 20:55:50 +02: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

View File

@@ -1562,7 +1562,7 @@ body { padding-bottom: 70px; }
</div> </div>
{% highlight html %} {% highlight html %}
<ul class="pagination pagination-lg">...</ul> <ul class="pagination pagination-lg">...</ul>
<ul class="pagination pagination">...</ul> <ul class="pagination">...</ul>
<ul class="pagination pagination-sm">...</ul> <ul class="pagination pagination-sm">...</ul>
{% endhighlight %} {% endhighlight %}