aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-08-05 20:32:07 -0700
committerChris Rebert <[email protected]>2013-08-05 20:32:07 -0700
commit5db9a10138ad41b832a4f2e4c5f98bf658159acb (patch)
treeb013816fb639afd5cab227694e3ee7a9da643c66
parent1d1e21aff6c131be7c911e2b83febe339fa48272 (diff)
parentb29b8acd28984b1fae4817781c0553feea0958e7 (diff)
downloadbootstrap-5db9a10138ad41b832a4f2e4c5f98bf658159acb.tar.xz
bootstrap-5db9a10138ad41b832a4f2e4c5f98bf658159acb.zip
Merge pull request #9134 from neilhem/3.0.0-wip
remove repeated 'pagination' class in code example
-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 %}