diff options
| author | Mark Otto <[email protected]> | 2012-03-25 14:51:54 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-25 14:51:54 -0700 |
| commit | 8d52e6d458e10c618698cc7698f252003e727eb7 (patch) | |
| tree | 0358653c6ff9910be9aff57cb54757107fc7d871 /docs/templates | |
| parent | 4c3e7690ba8b85b08c78344fb62cdef645d23093 (diff) | |
| download | bootstrap-8d52e6d458e10c618698cc7698f252003e727eb7.tar.xz bootstrap-8d52e6d458e10c618698cc7698f252003e727eb7.zip | |
change arrows in one pagination example because opera janks it up, per #2697
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/pages/components.mustache | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index 2736ffb03..79019addc 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -1135,11 +1135,11 @@ </div> <div class="pagination"> <ul> - <li><a href="#">←</a></li> + <li><a href="#">«</a></li> <li class="active"><a href="#">10</a></li> <li class="disabled"><a href="#">...</a></li> <li><a href="#">20</a></li> - <li><a href="#">→</a></li> + <li><a href="#">»</a></li> </ul> </div> <div class="pagination pagination-centered"> |
