mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-21 12:44:43 +00:00
remove repeated 'pagination' class in code example
This commit is contained in:
parent
1d1e21aff6
commit
b29b8acd28
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…
Reference in a new issue