diff options
| author | Rakhat Jabagin <[email protected]> | 2013-08-06 09:19:07 +0600 |
|---|---|---|
| committer | Rakhat Jabagin <[email protected]> | 2013-08-06 09:19:07 +0600 |
| commit | b29b8acd28984b1fae4817781c0553feea0958e7 (patch) | |
| tree | b013816fb639afd5cab227694e3ee7a9da643c66 /components.html | |
| parent | 1d1e21aff6c131be7c911e2b83febe339fa48272 (diff) | |
| download | bootstrap-b29b8acd28984b1fae4817781c0553feea0958e7.tar.xz bootstrap-b29b8acd28984b1fae4817781c0553feea0958e7.zip | |
remove repeated 'pagination' class in code example
Diffstat (limited to 'components.html')
| -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 %} |
