diff options
| author | Mark Otto <[email protected]> | 2012-09-18 21:16:08 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-09-18 21:16:08 -0700 |
| commit | 2d90c816accea106cbf70c988ddd866268851595 (patch) | |
| tree | 633113028b4e2bae4ad55374ea48738d45310d9d /docs/components.html | |
| parent | 2769241aeb5e9eba4a34ddbd9d495f7f8271e360 (diff) | |
| download | bootstrap-2d90c816accea106cbf70c988ddd866268851595.tar.xz bootstrap-2d90c816accea106cbf70c988ddd866268851595.zip | |
add new vars for common border-radius, upping border-radius of inputs to 4px; add border-radius changes to -large, -small, -mini for buttons and paginations
Diffstat (limited to 'docs/components.html')
| -rw-r--r-- | docs/components.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/components.html b/docs/components.html index b5d39b7be..ac44cca29 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1525,6 +1525,17 @@ <li><a href="#">»</a></li> </ul> </div> + <div class="pagination"> + <ul> + <li><a href="#">«</a></li> + <li><a href="#">1</a></li> + <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="#">»</a></li> + </ul> + </div> <div class="pagination pagination-small"> <ul> <li><a href="#">«</a></li> @@ -1554,6 +1565,11 @@ ... </ul> </div> +<div class="pagination"> + <ul> + ... + </ul> +</div> <div class="pagination pagination-small"> <ul> ... |
