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 | |
| parent | 4c3e7690ba8b85b08c78344fb62cdef645d23093 (diff) | |
| download | bootstrap-8d52e6d458e10c618698cc7698f252003e727eb7.tar.xz bootstrap-8d52e6d458e10c618698cc7698f252003e727eb7.zip | |
change arrows in one pagination example because opera janks it up, per #2697
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 56850 -> 56850 bytes | |||
| -rw-r--r-- | docs/components.html | 4 | ||||
| -rw-r--r-- | docs/templates/pages/components.mustache | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex 34f98d65e..453230366 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/components.html b/docs/components.html index 13d1598c0..e6b0bfc49 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1212,11 +1212,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"> 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"> |
