From 6b45c9234a6ae95d92760a369135d5e4e9c063e7 Mon Sep 17 00:00:00 2001 From: Kevin Kirsche Date: Sat, 22 Aug 2015 13:52:27 -0400 Subject: Add btn-info to buttons examples Fix #17234 --- docs/components/buttons.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/components') diff --git a/docs/components/buttons.md b/docs/components/buttons.md index 664c8f57b..cb08e40a8 100644 --- a/docs/components/buttons.md +++ b/docs/components/buttons.md @@ -26,6 +26,9 @@ Bootstrap includes six predefined button styles, each serving its own semantic p + + + -- cgit v1.2.3 From 2965adfea0071e05c92ca07450f473ea62714403 Mon Sep 17 00:00:00 2001 From: vsn4ik Date: Sat, 22 Aug 2015 21:16:05 +0300 Subject: Remove dropped btn-xs and btn-group-xs from docs --- docs/components/button-group.md | 7 ------- 1 file changed, 7 deletions(-) (limited to 'docs/components') diff --git a/docs/components/button-group.md b/docs/components/button-group.md index 5f7886303..c14d3d63a 100644 --- a/docs/components/button-group.md +++ b/docs/components/button-group.md @@ -68,19 +68,12 @@ Instead of applying button sizing classes to every button in a group, just add ` -
-
- - - -
{% highlight html %}
...
...
...
-
...
{% endhighlight %} ## Nesting -- cgit v1.2.3 From 9c52e03d31be40322f59062551519a7d4e009bef Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 22 Aug 2015 18:58:02 -0700 Subject: avoid mentioning css block level in cards docs /cc #17158 #17103 --- docs/components/card.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/components') diff --git a/docs/components/card.md b/docs/components/card.md index d6413672d..f7ec63ea8 100644 --- a/docs/components/card.md +++ b/docs/components/card.md @@ -86,7 +86,7 @@ Cards support a wide variety of content, including images, text, list groups, li ## Sizing -Cards are block-level by default, so they'll fill the available horizontal space. Constrain their widths via inline styles, our predefined grid classes, or with custom styles using our grid mixins. +Constrain the width or cards via custom CSS, our predefined grid classes, or with custom styles using our grid mixins. Using the grid: -- cgit v1.2.3 From 44f2e73421bbc56db1a241272e6e587b82fafa2e Mon Sep 17 00:00:00 2001 From: Heinrich Fenkart Date: Sun, 23 Aug 2015 04:56:09 +0200 Subject: Docs: fix typo from 9c52e03 --- docs/components/card.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/components') diff --git a/docs/components/card.md b/docs/components/card.md index f7ec63ea8..966105e40 100644 --- a/docs/components/card.md +++ b/docs/components/card.md @@ -86,7 +86,7 @@ Cards support a wide variety of content, including images, text, list groups, li ## Sizing -Constrain the width or cards via custom CSS, our predefined grid classes, or with custom styles using our grid mixins. +Constrain the width of cards via custom CSS, our predefined grid classes, or with custom styles using our grid mixins. Using the grid: -- cgit v1.2.3 From cf7819d8d554ed0fe09f78b35bdc6927787c35f7 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 22 Aug 2015 23:17:46 -0700 Subject: mention the IE compatability for hidden attr per #17169 --- docs/components/utilities.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/components') diff --git a/docs/components/utilities.md b/docs/components/utilities.md index 1905efefe..fb93fca9d 100644 --- a/docs/components/utilities.md +++ b/docs/components/utilities.md @@ -233,7 +233,7 @@ Easily clear `float`s by adding `.clearfix` **to the parent element**. Utilizes ## Hidden content -Hide any HTML element with the `[hidden]` attribute. Previously, v3.x included a `.hidden` class that forced toggled content. However, we removed it due to conflicts with jQuery's `hide()` function. It's taken from [PureCSS](http://purecss.io). +Hide any HTML element with the `[hidden]` attribute. Previously, v3.x included a `.hidden` class that forced toggled content. However, we removed it due to conflicts with jQuery's `hide()` function. It's taken from [PureCSS](http://purecss.io). While `[hidden]` technically isn't support in IE9-10, declaring it `display: none` in our CSS gets around. Furthermore, `.invisible` can be used to toggle the visibility of an element, meaning its `display` is not modified and the element can still affect the flow of the document. -- cgit v1.2.3 From fd72dfe6cf9d25630bda74d2db922b7d74ae07d1 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 23 Aug 2015 00:44:54 -0700 Subject: Rephrase/copyedit IE [hidden] compatibility docs Fixes grammatical erratum from cf7819d8d554ed0fe09f78b35bdc6927787c35f7 --- docs/components/utilities.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/components') diff --git a/docs/components/utilities.md b/docs/components/utilities.md index fb93fca9d..d869a36d1 100644 --- a/docs/components/utilities.md +++ b/docs/components/utilities.md @@ -233,7 +233,7 @@ Easily clear `float`s by adding `.clearfix` **to the parent element**. Utilizes ## Hidden content -Hide any HTML element with the `[hidden]` attribute. Previously, v3.x included a `.hidden` class that forced toggled content. However, we removed it due to conflicts with jQuery's `hide()` function. It's taken from [PureCSS](http://purecss.io). While `[hidden]` technically isn't support in IE9-10, declaring it `display: none` in our CSS gets around. +Hide any HTML element with the `[hidden]` attribute. Previously, v3.x included a `.hidden` class that forced toggled content. However, we removed it due to conflicts with jQuery's `hide()` function. It's taken from [PureCSS](http://purecss.io). While `[hidden]` isn't natively supported by IE9-10, declaring it `display: none` in our CSS gets around that problem. Furthermore, `.invisible` can be used to toggle the visibility of an element, meaning its `display` is not modified and the element can still affect the flow of the document. -- cgit v1.2.3 From 275989e64f6b69d246fa69148f81943336d7bbdf Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 24 Aug 2015 16:32:32 -0700 Subject: Document that dropdowns are intentionally click-based rather than hover-based And link to a relevant blog post w/ more info. Refs #16966 [skip sauce] --- docs/components/dropdowns.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/components') diff --git a/docs/components/dropdowns.md b/docs/components/dropdowns.md index 037e0d1cf..785913dc4 100644 --- a/docs/components/dropdowns.md +++ b/docs/components/dropdowns.md @@ -4,7 +4,7 @@ title: Dropdowns group: components --- -Dropdowns are toggleable, contextual overlays for displaying lists of links and more. They're made interactive with the included Bootstrap dropdown JavaScript plugin. +Dropdowns are toggleable, contextual overlays for displaying lists of links and more. They're made interactive with the included Bootstrap dropdown JavaScript plugin. They're toggled by clicking, not by hovering; this is [an intentional design decision.](http://markdotto.com/2012/02/27/bootstrap-explained-dropdowns/) ## Contents -- cgit v1.2.3 From 0873e9afa852ff723b6b163a7d8aa32aac85c19f Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 25 Aug 2015 15:37:08 +0300 Subject: Fix validation errors. --- docs/components/dropdowns.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/components') diff --git a/docs/components/dropdowns.md b/docs/components/dropdowns.md index 785913dc4..5e153d596 100644 --- a/docs/components/dropdowns.md +++ b/docs/components/dropdowns.md @@ -34,10 +34,10 @@ You can optionally use ` -