From 3a1bf02ebf9a04757784973e234fb81d8b44a025 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 17 Sep 2014 17:48:40 -0700 Subject: tweak `grunt docs` description --- docs/_includes/getting-started/grunt.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/_includes') diff --git a/docs/_includes/getting-started/grunt.html b/docs/_includes/getting-started/grunt.html index 34cfddcf8..f9f131087 100644 --- a/docs/_includes/getting-started/grunt.html +++ b/docs/_includes/getting-started/grunt.html @@ -24,8 +24,8 @@

grunt test (Run tests)

Runs JSHint and runs the QUnit tests headlessly in PhantomJS.

-

grunt docs (Run tests and build docs assets)

-

Compiles and tests CSS, JavaScript, and more for running the local documentation via jekyll serve.

+

grunt docs (Build & test the docs assets)

+

Builds and tests CSS, JavaScript, and other assets which are used when running the documentation locally via jekyll serve.

grunt (Build absolutely everything and run tests)

Compiles and minifies CSS and JavaScript, builds the documentation website, runs the HTML5 validator against the docs, regenerates the Customizer assets, and more. Usually only necessary if you're hacking on Bootstrap itself.

-- cgit v1.2.3 From 642fbf7e3671c9432bb3b7d321e0223721c2980a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 18 Sep 2014 19:00:26 -0700 Subject: Fixes #14642: Add docs mention for blank checkboxes and radios --- docs/_includes/css/forms.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'docs/_includes') diff --git a/docs/_includes/css/forms.html b/docs/_includes/css/forms.html index 06cfbb4db..33e0befb1 100644 --- a/docs/_includes/css/forms.html +++ b/docs/_includes/css/forms.html @@ -332,6 +332,35 @@ +{% endhighlight %} + +

Checkboxes and radios without labels

+

Should you have no text within the <label>, the input is positioned as you'd expect. Currently only works on non-inline checkboxes and radios.

+
+
+
+ +
+
+ +
+
+
+{% highlight html %} +
+ +
+
+ +
{% endhighlight %}

Selects

-- cgit v1.2.3 From e33922eb06387fd4ed3a090360a2bc38cf7b8d70 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 18 Sep 2014 19:11:47 -0700 Subject: grunt --- docs/_includes/customizer-variables.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/_includes') diff --git a/docs/_includes/customizer-variables.html b/docs/_includes/customizer-variables.html index 3ebcde629..f5b4cb874 100644 --- a/docs/_includes/customizer-variables.html +++ b/docs/_includes/customizer-variables.html @@ -1304,6 +1304,11 @@

Progress bar text color

+
+ + +

Variable for setting rounded corners on progress bar.

+
-- cgit v1.2.3 From 1f329f8f17aa989eabc6e94bdcab93e69ef0e463 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 21 Sep 2014 15:34:52 -0700 Subject: the justified nav bug is still present in Safari v7.1 --- docs/_includes/components/navs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_includes') diff --git a/docs/_includes/components/navs.html b/docs/_includes/components/navs.html index 3b15c4e16..cf6ffe4fc 100644 --- a/docs/_includes/components/navs.html +++ b/docs/_includes/components/navs.html @@ -59,7 +59,7 @@

Easily make tabs or pills equal widths of their parent at screens wider than 768px with .nav-justified. On smaller screens, the nav links are stacked.

Safari and responsive justified navs

-

As of v7.0.1, Safari exhibits a bug in which resizing your browser horizontally causes rendering errors in the justified nav that are cleared upon refreshing. This bug is also shown in the justified nav example.

+

As of v7.1, Safari exhibits a bug in which resizing your browser horizontally causes rendering errors in the justified nav that are cleared upon refreshing. This bug is also shown in the justified nav example.

-- cgit v1.2.3 From 89d437dedac599e0edf2320a55629773f4be1423 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 25 Sep 2014 09:09:19 -0700 Subject: rm redundant grid column classes from responsive utilities demos --- docs/_includes/css/responsive-utilities.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'docs/_includes') diff --git a/docs/_includes/css/responsive-utilities.html b/docs/_includes/css/responsive-utilities.html index 666c0bce7..f32f59c4e 100644 --- a/docs/_includes/css/responsive-utilities.html +++ b/docs/_includes/css/responsive-utilities.html @@ -178,29 +178,29 @@
-
+
✔ Visible on x-small and small
-
+
✔ Visible on medium and large
-
+
✔ Visible on x-small and medium
-
+
✔ Visible on small and large
-
+
✔ Visible on x-small and large
-
+
✔ Visible on small and medium
@@ -228,29 +228,29 @@
-
+
✔ Hidden on x-small and small
-
+
✔ Hidden on medium and large
-
+
✔ Hidden on x-small and medium
-
+
✔ Hidden on small and large
-
+
✔ Hidden on x-small and large
-
+
✔ Hidden on small and medium
-- cgit v1.2.3 From 8e25695d09002eb528876435ebb4dadaabab9359 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 26 Sep 2014 13:45:28 -0700 Subject: Fixes #14687: Include video element in responsive embed --- docs/_includes/components/responsive-embed.html | 2 +- docs/_includes/nav/customize.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/_includes') diff --git a/docs/_includes/components/responsive-embed.html b/docs/_includes/components/responsive-embed.html index c9e0f5807..6976cb6c7 100644 --- a/docs/_includes/components/responsive-embed.html +++ b/docs/_includes/components/responsive-embed.html @@ -2,7 +2,7 @@

Responsive embed

Allow browsers to determine video or slideshow dimensions based on the width of their containing block by creating an intrinsic ratio that will properly scale on any device.

-

Rules are directly applied to <iframe>, <embed>, and <object> elements; optionally use an explicit descendant class .embed-responsive-item when you want to match the styling for other attributes.

+

Rules are directly applied to <iframe>, <embed>, <video>, and <object> elements; optionally use an explicit descendant class .embed-responsive-item when you want to match the styling for other attributes.

Pro-Tip! You don't need to include frameborder="0" in your <iframe>s as we override that for you.

diff --git a/docs/_includes/nav/customize.html b/docs/_includes/nav/customize.html index 99eaba9cb..fc3733d22 100644 --- a/docs/_includes/nav/customize.html +++ b/docs/_includes/nav/customize.html @@ -1,6 +1,6 @@ -
  • Import
  • +
  • Import
  • Less components
  • jQuery plugins
  • Less variables -- cgit v1.2.3 From d8c02c7d296f1410f2fcf8a864d8e7ea366a85fa Mon Sep 17 00:00:00 2001 From: Nicole Bartelt Date: Tue, 30 Sep 2014 17:10:51 -0700 Subject: Added default collapsed class to the collapsed accordion examples in the docs --- docs/_includes/js/collapse.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/_includes') diff --git a/docs/_includes/js/collapse.html b/docs/_includes/js/collapse.html index 5701fbc26..5d59ef645 100644 --- a/docs/_includes/js/collapse.html +++ b/docs/_includes/js/collapse.html @@ -31,7 +31,7 @@
  • @@ -76,11 +76,11 @@ -- cgit v1.2.3 From 8a6a253355ab1d26865bfbfffaa2a194e173a3aa Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 14 Oct 2014 11:41:30 -0700 Subject: clarify that "build & test everything" Grunt task requires Jekyll Refs #13131. --- docs/_includes/getting-started/grunt.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_includes') diff --git a/docs/_includes/getting-started/grunt.html b/docs/_includes/getting-started/grunt.html index f9f131087..e5d4121eb 100644 --- a/docs/_includes/getting-started/grunt.html +++ b/docs/_includes/getting-started/grunt.html @@ -28,7 +28,7 @@

    Builds and tests CSS, JavaScript, and other assets which are used when running the documentation locally via jekyll serve.

    grunt (Build absolutely everything and run tests)

    -

    Compiles and minifies CSS and JavaScript, builds the documentation website, runs the HTML5 validator against the docs, regenerates the Customizer assets, and more. Usually only necessary if you're hacking on Bootstrap itself.

    +

    Compiles and minifies CSS and JavaScript, builds the documentation website, runs the HTML5 validator against the docs, regenerates the Customizer assets, and more. Requires Jekyll. Usually only necessary if you're hacking on Bootstrap itself.

    Troubleshooting

    Should you encounter problems with installing dependencies or running Grunt commands, first delete the /node_modules/ directory generated by npm. Then, rerun npm install.

    -- cgit v1.2.3 From f26dde085fc00752cf60fab9f4b48967bac08b82 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 20 Oct 2014 20:16:09 -0700 Subject: add role="button" to a couple more dummy-anchor btns --- docs/_includes/js/popovers.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/_includes') diff --git a/docs/_includes/js/popovers.html b/docs/_includes/js/popovers.html index 35f7bb170..7739c685e 100644 --- a/docs/_includes/js/popovers.html +++ b/docs/_includes/js/popovers.html @@ -120,10 +120,10 @@ sagittis lacus vel augue laoreet rutrum faucibus.">

    For proper cross-browser and cross-platform behavior, you must use the <a> tag, not the <button> tag, and you also must include a tabindex attribute.

    {% highlight html %} -Dismissible popover +Dismissible popover {% endhighlight %} -- cgit v1.2.3 From 930c422f22182710e84cc1d9cb575c6a759c1074 Mon Sep 17 00:00:00 2001 From: Heinrich Fenkart Date: Wed, 22 Oct 2014 04:28:16 +0200 Subject: grunt --- docs/_includes/customizer-variables.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/_includes') diff --git a/docs/_includes/customizer-variables.html b/docs/_includes/customizer-variables.html index f5b4cb874..45ec6b8f6 100644 --- a/docs/_includes/customizer-variables.html +++ b/docs/_includes/customizer-variables.html @@ -621,7 +621,7 @@
    - +
    @@ -630,7 +630,7 @@
    - +
    @@ -639,7 +639,7 @@
    - +
    -- cgit v1.2.3 From 908190a6c5b9c5efef357bc51b2035c5a9d50c1a Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 22 Oct 2014 13:45:18 +0300 Subject: Replace the unicode ellipsis symbol with 3 dots. [ci skip] --- docs/_includes/components/responsive-embed.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/_includes') diff --git a/docs/_includes/components/responsive-embed.html b/docs/_includes/components/responsive-embed.html index 6976cb6c7..b9ced4c5d 100644 --- a/docs/_includes/components/responsive-embed.html +++ b/docs/_includes/components/responsive-embed.html @@ -12,12 +12,12 @@ {% highlight html %}
    - +
    - +
    {% endhighlight %}
    -- cgit v1.2.3 From e1d40f7633886298a9fb417ed4f118844ed83a0d Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Fri, 17 Oct 2014 15:17:57 +0100 Subject: Add `aria-pressed` to single toggle buttons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit also includes tiny fix/clarification to two existing unit tests for the .active class, adding data-toggle=“button” explicitly to the tested buttons Closes #14819. --- docs/_includes/js/buttons.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'docs/_includes') diff --git a/docs/_includes/js/buttons.html b/docs/_includes/js/buttons.html index 617fc8c81..cf0bfcb9e 100644 --- a/docs/_includes/js/buttons.html +++ b/docs/_includes/js/buttons.html @@ -36,15 +36,19 @@

    Single toggle

    Add data-toggle="button" to activate toggling on a single button.

    -
    {% highlight html %} - {% endhighlight %} +
    +

    Pre-toggled buttons need .active and aria-pressed="true"

    +

    For pre-toggled buttons, you must add the .active class and the aria-pressed="true" attribute to the button yourself.

    +

    Checkbox / Radio

    Add data-toggle="buttons" to a .btn-group containing checkbox or radio inputs to enable toggling in their respective styles.

    -- cgit v1.2.3 From ab8dbc214e7ea43fec65c4464b8db7392f3df905 Mon Sep 17 00:00:00 2001 From: Phil Hughes Date: Fri, 10 Oct 2014 15:50:00 +0100 Subject: Implement `hide` and `hidden` events for tabs Closes #14772. --- docs/_includes/js/tabs.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/_includes') diff --git a/docs/_includes/js/tabs.html b/docs/_includes/js/tabs.html index 39c244e8e..570e21e20 100644 --- a/docs/_includes/js/tabs.html +++ b/docs/_includes/js/tabs.html @@ -132,6 +132,14 @@ $('#myTab li:eq(2) a').tab('show') // Select third tab (0-indexed) shown.bs.tab This event fires on tab show after a tab has been shown. Use event.target and event.relatedTarget to target the active tab and the previous active tab (if available) respectively. + + hide.bs.tab + This event fires immediately when a new tab is to be shown and before the show.bs.tab event. Use event.relatedTarget to target the new tab. + + + hidden.bs.tab + This event fires after a new tab is shown and before the shown.bs.tab event. Use event.relatedTarget to target the new tab. +
    -- cgit v1.2.3 From 8d806b0ae5f618065a466cdfc9853020fb72cd9d Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 22 Oct 2014 18:03:31 -0700 Subject: Document .alert-dismissible .close restrictions; fixes #14802 [skip sauce] --- docs/_includes/js/alerts.html | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/_includes') diff --git a/docs/_includes/js/alerts.html b/docs/_includes/js/alerts.html index e9a3120de..7f539092f 100644 --- a/docs/_includes/js/alerts.html +++ b/docs/_includes/js/alerts.html @@ -3,6 +3,7 @@

    Example alerts

    Add dismiss functionality to all alert messages with this plugin.

    +

    When using a .close button, it must be the first child of the .alert-dismissible and no text content may come before it in the markup.

    -- cgit v1.2.3 From 41dbc53b9ba34deb99adcadf67d4580076b38276 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 23 Oct 2014 09:11:03 +0300 Subject: Fix a small typo in comment. [ci skip] --- docs/_includes/getting-started/template.html | 2 +- docs/_includes/header.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/_includes') diff --git a/docs/_includes/getting-started/template.html b/docs/_includes/getting-started/template.html index 3952621a6..47a0a8b67 100644 --- a/docs/_includes/getting-started/template.html +++ b/docs/_includes/getting-started/template.html @@ -16,7 +16,7 @@ - + - + - +