diff options
| author | Chris Rebert <[email protected]> | 2013-08-05 20:32:07 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-08-05 20:32:07 -0700 |
| commit | 5db9a10138ad41b832a4f2e4c5f98bf658159acb (patch) | |
| tree | b013816fb639afd5cab227694e3ee7a9da643c66 | |
| parent | 1d1e21aff6c131be7c911e2b83febe339fa48272 (diff) | |
| parent | b29b8acd28984b1fae4817781c0553feea0958e7 (diff) | |
| download | bootstrap-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.html | 2 |
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 %} |
