From 76e42edb29301be6d2f1014bbd64939d3f6f39a4 Mon Sep 17 00:00:00 2001
From: Geoff Young {{_i}}Fancy larger or smaller pagination? Add {{_i}}That said, in some situations it may be desirable to turn this functionality off. Therefore, we also provide the ability to disable the data attribute API by unbinding all events on the body namespaced with `'data-api'`. This looks like this:{{/i}}
{{_i}}Alternatively, to target a specific plugin, just include the plugins name as a namespace along with the data-api namespace like this:{{/i}} {{_i}}Alternatively, to target a specific plugin, just include the plugin's name as a namespace along with the data-api namespace like this:{{/i}}
+ {{_i}}Sizes{{/i}}
+ .pagination-large, .pagination-small, or .pagination-mini for additional sizes.{{/i}}
+<div class="pagination pagination-large">
+ <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">
+ <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>
+ <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-mini">
+ <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>
+
+
+
+
+
+
{{_i}}Options{{/i}}
{{_i}}Disabled and active states{{/i}}
--
cgit v1.2.3
From e1deba30aa6b894aa8228cc9bfcec8490df47873 Mon Sep 17 00:00:00 2001
From: Mark Otto $('body').off('.data-api')
- $('body').off('.alert.data-api')
{{_i}}Programmatic API{{/i}}
@@ -61,10 +61,10 @@ $("#myModal").modal() // initialized with defaults
$("#myModal").modal({ keyboard: false }) // initialized with no keyboard
$("#myModal").modal('show') // initializes and invokes show immediately
{{_i}}Each plugin also exposes it's raw constructor on a `Constructor` property: $.fn.popover.Constructor. If you'd like to get a particular plugin instance, retrieve it directly from an element: $('[rel=popover]').data('popover').{{/i}}
{{_i}}Each plugin also exposes its raw constructor on a `Constructor` property: $.fn.popover.Constructor. If you'd like to get a particular plugin instance, retrieve it directly from an element: $('[rel=popover]').data('popover').{{/i}}
{{_i}}Bootstrap provides custom events for most plugin's unique actions. Generally, these come in an infinitive and past participle form - where the infinitive (ex. show) is triggered at the start of an event, and it's past participle form (ex. shown) is trigger on the completion of an action.{{/i}}
{{_i}}Bootstrap provides custom events for most plugin's unique actions. Generally, these come in an infinitive and past participle form - where the infinitive (ex. show) is triggered at the start of an event, and its past participle form (ex. shown) is trigger on the completion of an action.{{/i}}
{{_i}}All infinitive events provide preventDefault functionality. This provides the abililty to stop the execution of an action before it starts.{{/i}}
$('#myModal').on('show', function (e) {
--
cgit v1.2.3
From 595e1a189c1911ada7c4bd4c769c28b1741611ac Mon Sep 17 00:00:00 2001
From: Mark Otto
Date: Thu, 13 Sep 2012 10:07:57 -0700
Subject: fixes #5119: javascript in navbar typo
---
docs/templates/layout.mustache | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'docs/templates')
diff --git a/docs/templates/layout.mustache b/docs/templates/layout.mustache
index d463f441e..2f0e1e856 100644
--- a/docs/templates/layout.mustache
+++ b/docs/templates/layout.mustache
@@ -70,7 +70,7 @@
{{_i}}Components{{/i}}
- {{_i}}Javascript{{/i}}
+ {{_i}}JavaScript{{/i}}
{{_i}}Customize{{/i}}
--
cgit v1.2.3
From 2ead9a5bc34608c982f06391a55fa82cbd856701 Mon Sep 17 00:00:00 2001
From: Martin Bean
Date: Fri, 14 Sep 2012 14:06:15 +0100
Subject: Standardized spelling of 'JavaScript'; added icons to file trees
---
docs/templates/pages/components.mustache | 20 ++++++++---------
docs/templates/pages/customize.mustache | 2 +-
docs/templates/pages/extend.mustache | 26 +++++++++++-----------
docs/templates/pages/getting-started.mustache | 32 +++++++++++++--------------
docs/templates/pages/index.mustache | 2 +-
5 files changed, 41 insertions(+), 41 deletions(-)
(limited to 'docs/templates')
diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache
index 95ac1ce4c..412e62ec2 100644
--- a/docs/templates/pages/components.mustache
+++ b/docs/templates/pages/components.mustache
@@ -42,7 +42,7 @@
{{_i}}Example{{/i}}
- {{_i}}Toggleable, contextual menu for displaying lists of links. Made interactive with the dropdown javascript plugin.{{/i}}
+ {{_i}}Toggleable, contextual menu for displaying lists of links. Made interactive with the dropdown JavaScript plugin.{{/i}}
{{! /example }}
- {{_i}}Requires javascript{{/i}}
+ {{_i}}Requires JavaScript{{/i}}
{{_i}}Button dropdowns require the Bootstrap dropdown plugin to function.{{/i}}
- {{_i}}In some cases—like mobile—dropdown menus will extend outside the viewport. You need to resolve the alignment manually or with custom javascript.{{/i}}
+ {{_i}}In some cases—like mobile—dropdown menus will extend outside the viewport. You need to resolve the alignment manually or with custom JavaScript.{{/i}}
@@ -616,7 +616,7 @@
{{_i}}For any nav component (tabs, pills, or list), add .disabled for gray links and no hover effects. Links will remain clickable, however, unless custom javascript is implemented to prevent those clicks.{{/i}}
{{_i}}For any nav component (tabs, pills, or list), add .disabled for gray links and no hover effects. Links will remain clickable, however, unless custom JavaScript is implemented to prevent those clicks.{{/i}}
- bootstrap/ - ├── css/ - │ ├── bootstrap.css - │ ├── bootstrap.min.css - ├── js/ - │ ├── bootstrap.js - │ ├── bootstrap.min.js - ├── img/ - │ ├── glyphicons-halflings.png - │ ├── glyphicons-halflings-white.png - └── README.md ++ bootstrap/ + css/ + bootstrap.css + bootstrap.min.css + js/ + bootstrap.js + bootstrap.min.js + img/ + glyphicons-halflings.png + glyphicons-halflings-white.png + README.md{{_i}}This is the most basic form of Bootstrap: compiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (
bootstrap.*), as well as compiled and minified CSS and JS (bootstrap.min.*). The image files are compressed using ImageOptim, a Mac app for compressing PNGs.{{/i}}{{_i}}Please note that all JavaScript plugins require jQuery to be included.{{/i}}
@@ -93,11 +93,11 @@{{_i}}Styles for common HTML elements like typography, code, tables, forms, and buttons. Also includes Glyphicons, a great little icon set.{{/i}}
{{_i}}Components{{/i}}
{{_i}}Basic styles for common interface components like tabs and pills, navbar, alerts, page headers, and more.{{/i}}
-{{_i}}Javascript plugins{{/i}}
-{{_i}}Similar to Components, these Javascript plugins are interactive components for things like tooltips, popovers, modals, and more.{{/i}}
+{{_i}}JavaScript plugins{{/i}}
+{{_i}}Similar to Components, these JavaScript plugins are interactive components for things like tooltips, popovers, modals, and more.{{/i}}
{{_i}}List of components{{/i}}
-{{_i}}Together, the Components and Javascript plugins sections provide the following interface elements:{{/i}}
+{{_i}}Together, the Components and JavaScript plugins sections provide the following interface elements:{{/i}}
{{_i}}A barebones HTML document with all the Bootstrap CSS and javascript included.{{/i}}
+{{_i}}A barebones HTML document with all the Bootstrap CSS and JavaScript included.{{/i}}
{{_i}}A 12-column responsive grid, dozens of components, javascript plugins, typography, form controls, and even a web-based Customizer to make Bootstrap your own.{{/i}}
+{{_i}}A 12-column responsive grid, dozens of components, JavaScript plugins, typography, form controls, and even a web-based Customizer to make Bootstrap your own.{{/i}}
{{_i}}Within the download you'll find the following file structure and contents, logically grouping common assets and providing both compiled and minified variations.{{/i}}
{{_i}}Once downloaded, unzip the compressed folder to see the structure of (the compiled) Bootstrap. You'll see something like this:{{/i}}
-- bootstrap/ - css/ - bootstrap.css - bootstrap.min.css - js/ - bootstrap.js - bootstrap.min.js - img/ - glyphicons-halflings.png - glyphicons-halflings-white.png - README.md ++ bootstrap/ + ├── css/ + │ ├── bootstrap.css + │ ├── bootstrap.min.css + ├── js/ + │ ├── bootstrap.js + │ ├── bootstrap.min.js + └── img/ + ├── glyphicons-halflings.png + └── glyphicons-halflings-white.png{{_i}}This is the most basic form of Bootstrap: compiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (
bootstrap.*), as well as compiled and minified CSS and JS (bootstrap.min.*). The image files are compressed using ImageOptim, a Mac app for compressing PNGs.{{/i}}{{_i}}Please note that all JavaScript plugins require jQuery to be included.{{/i}}
-- cgit v1.2.3 From 5aa10184968ac70b7d0d809d370623866252a663 Mon Sep 17 00:00:00 2001 From: Mark OttoDate: Fri, 14 Sep 2012 14:31:14 -0700 Subject: i18n homepage --- docs/templates/pages/index.mustache | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/templates') diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache index da12f106f..f8fe1bd53 100644 --- a/docs/templates/pages/index.mustache +++ b/docs/templates/pages/index.mustache @@ -1,12 +1,12 @@ -- cgit v1.2.3 From e4e2e37c5c713944df61dd807bedb2febca31c13 Mon Sep 17 00:00:00 2001 From: Mark Otto-Bootstrap
-Sleek, intuitive, and powerful front-end framework for faster and easier web development.
+{{_i}}Bootstrap{{/i}}
+{{_i}}Sleek, intuitive, and powerful front-end framework for faster and easier web development.{{/i}}
{{_i}}Download Bootstrap{{/i}}
-
- GitHub project
-- Extend
-- Version 2.1.2
+- {{_i}}GitHub project{{/i}}
+- {{_i}}Extend{{/i}}
+- {{_i}}Version 2.1.2{{/i}}
Date: Fri, 14 Sep 2012 14:48:03 -0700 Subject: add in some more examples (will work em in later), removed fleetio per their request, and added gather content to replace it --- docs/templates/pages/index.mustache | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/templates') diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache index f8fe1bd53..ddd296299 100644 --- a/docs/templates/pages/index.mustache +++ b/docs/templates/pages/index.mustache @@ -72,8 +72,8 @@ - - + +
![]()
-- cgit v1.2.3 From 6c4b276cd4ca648db0afcd84aba809a74fa23bda Mon Sep 17 00:00:00 2001 From: Mark Otto + +Date: Fri, 14 Sep 2012 15:55:46 -0700 Subject: way cooler carousel example, along with updated screenshots for examples --- docs/templates/pages/getting-started.mustache | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'docs/templates') diff --git a/docs/templates/pages/getting-started.mustache b/docs/templates/pages/getting-started.mustache index 512801f2b..0eecd6247 100644 --- a/docs/templates/pages/getting-started.mustache +++ b/docs/templates/pages/getting-started.mustache @@ -191,6 +191,29 @@ {{_i}}Starter template{{/i}}
{{_i}}A barebones HTML document with all the Bootstrap CSS and JavaScript included.{{/i}}
+ + ++ +
{{_i}}Narrow marketing{{/i}}
+{{_i}}Slim, lightweight marketing template for small projects or teams.{{/i}}
++ + ++ +
{{_i}}Sign in{{/i}}
+{{_i}}Barebones sign in form with custom, larger form controls and a flexible layout.{{/i}}
++ + + -- cgit v1.2.3 From caa79ed594daae704793a08e94a6e2d9da32eaf1 Mon Sep 17 00:00:00 2001 From: Mark Otto+ +
{{_i}}Carousel jumbotron{{/i}}
+{{_i}}A more interactive riff on the basic marketing site featuring a prominent carousel.{{/i}}
+Date: Mon, 17 Sep 2012 16:26:51 -0700 Subject: fixes #5001: proper ids on form examples --- docs/templates/pages/base-css.mustache | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/templates') diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index cc83e0d73..ed9d9827b 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1339,9 +1339,9 @@ - +-- cgit v1.2.3 From 143fef9f95daca088c1a910fccd07f2b520d8b0b Mon Sep 17 00:00:00 2001 From: Mark Otto- + {{_i}}Username is taken{{/i}}Date: Mon, 17 Sep 2012 18:15:39 -0700 Subject: overhaul the docs and css to merge into 2.1.2 since this was against master --- docs/templates/pages/components.mustache | 141 +++++++++++++++++++++++++++++++ 1 file changed, 141 insertions(+) (limited to 'docs/templates') diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index 53936e5d0..8c3ab8171 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -27,6 +27,7 @@ {{_i}}Thumbnails{{/i}} {{_i}}Alerts{{/i}} {{_i}}Progress bars{{/i}} +{{_i}}Media object{{/i}} {{_i}}Misc{{/i}} @@ -1856,6 +1857,7 @@ +@@ -1958,6 +1960,7 @@ + @@ -2104,6 +2107,144 @@ + + + + + + + -- cgit v1.2.3 From 783f4885ab984acecfcb2a2986158aaa8933ea2d Mon Sep 17 00:00:00 2001 From: Mark Otto++{{_i}}Media object{{/i}}
+{{_i}}Abstract object styles for building various types of components (like blog comments, Tweets, etc) that feature a left- or right-aligned image alongside textual content.{{/i}}
+ +{{_i}}Default example{{/i}}
+{{_i}}The default media allow to float a media object (images, video, audio) to the left or right of a content block.{{/i}}
++{{! /.bs-docs-example }} ++ +++ +
++{{_i}}Media heading{{/i}}
+ Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus. ++ +++ +
++{{_i}}Media heading{{/i}}
+ Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus. ++ +++ +
++{{_i}}Media heading{{/i}}
+ Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. Fusce condimentum nunc ac nisi vulputate fringilla. Donec lacinia congue felis in faucibus. ++<div class="media"> + <a class="pull-left" href="#"> + <img class="media-object" src="http://placehold.it/64x64"> + </a> + <div class="media-body"> + <h4 class="media-heading">{{_i}}Media heading{{/i}}</h4> + ... + + <!-- Nested media object --> + <div class="media"> + ... + </div> + </div> +</div> ++ + +
+ + +{{_i}}Media list{{/i}}
+{{_i}}With a bit of extra markup, you can use media inside list (useful for comment threads or articles lists).{{/i}}
++++
+- + +
++ +
++{{_i}}Media heading{{/i}}
+Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis.
+ ++ ++ ++ +
++{{_i}}Nested media heading{{/i}}
+ Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. + ++ +++ +
++{{_i}}Nested media heading{{/i}}
+ Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. ++ +++ +
++{{_i}}Nested media heading{{/i}}
+ Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. +- + +
++ +
++{{_i}}Media heading{{/i}}
+ Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis. ++<ul class="media-list"> + <li class="media"> + <a class="pull-left" href="#"> + <img class="media-object" src="http://placehold.it/64x64"> + </a> + <div class="media-body"> + <h4 class="media-heading">{{_i}}Media heading{{/i}}</h4> + ... + + <!-- Nested media object --> + <div class="media"> + ... + </div> + </div> + </li> +</ul> ++ +Date: Mon, 17 Sep 2012 18:17:22 -0700 Subject: add the media css to customizer --- docs/templates/pages/customize.mustache | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/templates') diff --git a/docs/templates/pages/customize.mustache b/docs/templates/pages/customize.mustache index 403d1bd45..1f35ab7a1 100644 --- a/docs/templates/pages/customize.mustache +++ b/docs/templates/pages/customize.mustache @@ -72,6 +72,7 @@ +{{_i}}Miscellaneous{{/i}}
+ -- cgit v1.2.3 From cedb3c7c56887d4ca42296ee193f2ff08dfe9ac4 Mon Sep 17 00:00:00 2001 From: Mark OttoDate: Mon, 17 Sep 2012 23:03:18 -0700 Subject: fixes #5173: proper popover offsets; added docs examples to enable tests in the future --- docs/templates/pages/javascript.mustache | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs/templates') diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index 2cdb172db..b707ebe20 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -855,6 +855,16 @@ $('a[data-toggle="tab"]').on('shown', function (e) { {{_i}}Click to toggle popover{{/i}} {{_i}}Four directions{{/i}}
++ +{{! /example }} +
-- cgit v1.2.3 From 2769241aeb5e9eba4a34ddbd9d495f7f8271e360 Mon Sep 17 00:00:00 2001 From: Mark OttoDate: Tue, 18 Sep 2012 20:56:20 -0700 Subject: add new vars for common font-sizes and paddings with large, small, and mini components; resize pagination and buttons to better match each other --- docs/templates/pages/components.mustache | 114 ++++++++++--------------------- 1 file changed, 35 insertions(+), 79 deletions(-) (limited to 'docs/templates') diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index c674863f2..67fbf5535 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -1403,21 +1403,47 @@
-{{_i}}Sizes{{/i}}
-{{_i}}Fancy larger or smaller pagination? Add
+.pagination-large,.pagination-small, or.pagination-minifor additional sizes.{{/i}}{{_i}}Options{{/i}}
+ +{{_i}}Disabled and active states{{/i}}
+{{_i}}Links are customizable for different circumstances. Use
.disabledfor unclickable links and.activeto indicate the current page.{{/i}}-+ -+++<div class="pagination"> + <ul> + <li class="disabled"><a href="#">Prev</a></li> + <li class="active"><a href="#">1</a></li> + ... + </ul> +</div> ++{{_i}}You can optionally swap out active or disabled anchors for spans to remove click functionality while retaining intended styles.{{/i}}
++<div class="pagination"> + <ul> + <li class="disabled"><span>Prev</span></li> + <li class="active"><span>1</span></li> + ... + </ul> +</div> ++ +{{_i}}Sizes{{/i}}
+{{_i}}Fancy larger or smaller pagination? Add
+.pagination-large,.pagination-small, or.pagination-minifor additional sizes.{{/i}}++<div class="pagination pagination-large"> <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"> - <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> - <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-mini"> - <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> -- - -
- - -{{_i}}Options{{/i}}
- -{{_i}}Disabled and active states{{/i}}
-{{_i}}Links are customizable for different circumstances. Use
- -.disabledfor unclickable links and.activeto indicate the current page.{{/i}}-<div class="pagination"> - <ul> - <li class="disabled"><a href="#">Prev</a></li> - <li class="active"><a href="#">1</a></li> ... </ul> </div> --{{_i}}You can optionally swap out active or disabled anchors for spans to remove click functionality while retaining intended styles.{{/i}}
--<div class="pagination"> +<div class="pagination pagination-mini"> <ul> - <li class="disabled"><span>Prev</span></li> - <li class="active"><span>1</span></li> ... </ul> </div> -- cgit v1.2.3 From 2d90c816accea106cbf70c988ddd866268851595 Mon Sep 17 00:00:00 2001 From: Mark OttoDate: Tue, 18 Sep 2012 21:16:08 -0700 Subject: 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 --- docs/templates/pages/components.mustache | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'docs/templates') diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index 67fbf5535..99da9da7c 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -1454,6 +1454,17 @@ »
- «
@@ -1483,6 +1494,11 @@ ... </ul> </div> +<div class="pagination"> + <ul> + ... + </ul> +</div> <div class="pagination pagination-small"> <ul> ... -- cgit v1.2.3 From 443c43f6c4bd98f1d35fffb59e0078b8b49791b4 Mon Sep 17 00:00:00 2001 From: Mark OttoDate: Thu, 20 Sep 2012 10:27:59 -0700 Subject: fixes #5102, #5166, #5194, #5205: add overflow: visible; to .nav-collapse.collapse so that dropdowns overflow correctly in the navbar in IE7-8 --- docs/templates/pages/components.mustache | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/templates') diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index 99da9da7c..19f2e67e2 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -1195,7 +1195,7 @@ {{_i}}Title{{/i}} -