aboutsummaryrefslogtreecommitdiff
path: root/components.html
diff options
context:
space:
mode:
authorRakhat Jabagin <[email protected]>2013-08-06 09:19:07 +0600
committerRakhat Jabagin <[email protected]>2013-08-06 09:19:07 +0600
commitb29b8acd28984b1fae4817781c0553feea0958e7 (patch)
treeb013816fb639afd5cab227694e3ee7a9da643c66 /components.html
parent1d1e21aff6c131be7c911e2b83febe339fa48272 (diff)
downloadbootstrap-b29b8acd28984b1fae4817781c0553feea0958e7.tar.xz
bootstrap-b29b8acd28984b1fae4817781c0553feea0958e7.zip
remove repeated 'pagination' class in code example
Diffstat (limited to 'components.html')
-rw-r--r--components.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/components.html b/components.html
index 8ce62ae3e..da3a69413 100644
--- a/components.html
+++ b/components.html
@@ -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 %}