diff options
| author | Mark Otto <[email protected]> | 2013-01-31 17:57:31 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-31 17:57:31 -0800 |
| commit | 83e5c01856fbc7003ea949ac5c2416339145426e (patch) | |
| tree | d28b3672179e6cc71ce30b5835c7c6619875ff62 /docs/components.html | |
| parent | d30f47efb2580b0f435128940b48d5e5d30ca529 (diff) | |
| parent | baadc33c88f701a068d468e15500ed87b84df43b (diff) | |
| download | bootstrap-83e5c01856fbc7003ea949ac5c2416339145426e.tar.xz bootstrap-83e5c01856fbc7003ea949ac5c2416339145426e.zip | |
Merge branch '2.3.0-wip' into 3.0.0-wip
Conflicts:
docs/assets/css/bootstrap.css
docs/assets/css/docs.css
docs/assets/js/application.js
docs/components.html
docs/templates/pages/components.mustache
less/sprites.less
Diffstat (limited to 'docs/components.html')
| -rw-r--r-- | docs/components.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/components.html b/docs/components.html index b88e54b88..aff2088cc 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1171,6 +1171,7 @@ <li><a href="#">2</a></li> <li><a href="#">3</a></li> <li><a href="#">4</a></li> + <li><a href="#">5</a></li> <li><a href="#">Next</a></li> </ul> </pre> @@ -1196,7 +1197,7 @@ </div> <pre class="prettyprint linenums"> <ul class="pagination"> - <li class="disabled"><a href="#">Prev</a></li> + <li class="disabled"><a href="#">&laquo;</a></li> <li class="active"><a href="#">1</a></li> ... </ul> @@ -1204,7 +1205,7 @@ <p>You can optionally swap out active or disabled anchors for spans to remove click functionality while retaining intended styles.</p> <pre class="prettyprint linenums"> <ul class="pagination"> - <li class="disabled"><span>Prev</span></li> + <li class="disabled"><span>&laquo;</span></li> <li class="active"><span>1</span></li> ... </ul> |
