From d1dd1fcdee3a081dc2aa9874ba20ae5584652a01 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 28 Oct 2013 11:07:56 -0700 Subject: add warning about Respond.js not supporting @import; fixes #11143 --- getting-started.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'getting-started.html') diff --git a/getting-started.html b/getting-started.html index ec3462f0e..9eb820dff 100644 --- a/getting-started.html +++ b/getting-started.html @@ -713,6 +713,10 @@ bootstrap/

Respond.js and file://

Due to browser security rules, Respond.js doesn't work with pages viewed via the file:// protocol (like when opening a local HTML file). To test responsive features in IE8, view your pages over HTTP(S). See the Respond.js docs for details.

+
+

Respond.js and @import

+

Respond.js doesn't work with CSS that's referenced via @import. In particular, some Drupal configurations are known to use @import. See the Respond.js docs for details.

+
-- cgit v1.2.3 From 4b8c66269894b3110ca74815dff134af7713d463 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 28 Oct 2013 21:19:09 -0700 Subject: use regular text, not callouts --- getting-started.html | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) (limited to 'getting-started.html') diff --git a/getting-started.html b/getting-started.html index 9eb820dff..fbed75ec7 100644 --- a/getting-started.html +++ b/getting-started.html @@ -705,18 +705,6 @@ bootstrap/

Internet Explorer 8 and 9

Internet Explorer 8 and 9 are also supported, however, please be aware that some CSS3 properties and HTML5 elements are not fully supported by these browsers. In addition, Internet Explorer 8 requires the use of Respond.js to enable media query support.

-
-

Respond.js and cross-domain CSS

-

Using Respond.js with CSS hosted on a different (sub)domain (for example, on a CDN) requires some additional setup. See the Respond.js docs for details.

-
-
-

Respond.js and file://

-

Due to browser security rules, Respond.js doesn't work with pages viewed via the file:// protocol (like when opening a local HTML file). To test responsive features in IE8, view your pages over HTTP(S). See the Respond.js docs for details.

-
-
-

Respond.js and @import

-

Respond.js doesn't work with CSS that's referenced via @import. In particular, some Drupal configurations are known to use @import. See the Respond.js docs for details.

-
@@ -758,6 +746,15 @@ bootstrap/

Visit Can I use... for details on browser support of CSS3 and HTML5 features.

+

Internet Explorer 8 and Respond.js

+

Using Respond.js does not come without some caveats. Be aware of the following when using it in your development and production environments for Internet Explorer 8.

+

Respond.js and cross-domain CSS

+

Using Respond.js with CSS hosted on a different (sub)domain (for example, on a CDN) requires some additional setup. See the Respond.js docs for details.

+

Respond.js and file://

+

Due to browser security rules, Respond.js doesn't work with pages viewed via the file:// protocol (like when opening a local HTML file). To test responsive features in IE8, view your pages over HTTP(S). See the Respond.js docs for details.

+

Respond.js and @import

+

Respond.js doesn't work with CSS that's referenced via @import. In particular, some Drupal configurations are known to use @import. See the Respond.js docs for details.

+

Internet Explorer 8 and box-sizing

IE8 does not fully support box-sizing: border-box; when combined with min-width, max-width, min-height, or max-height. For that reason, as of v3.0.1, we no longer use max-width on .containers.

-- cgit v1.2.3 From 96d7d4a489ef937657ba235dc384f92ef6c5a76e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 28 Oct 2013 21:48:57 -0700 Subject: edit --- getting-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'getting-started.html') diff --git a/getting-started.html b/getting-started.html index fbed75ec7..8d26760eb 100644 --- a/getting-started.html +++ b/getting-started.html @@ -747,7 +747,7 @@ bootstrap/

Visit Can I use... for details on browser support of CSS3 and HTML5 features.

Internet Explorer 8 and Respond.js

-

Using Respond.js does not come without some caveats. Be aware of the following when using it in your development and production environments for Internet Explorer 8.

+

Beware of the following caveats when using Respond.js in your development and production environments for Internet Explorer 8.

Respond.js and cross-domain CSS

Using Respond.js with CSS hosted on a different (sub)domain (for example, on a CDN) requires some additional setup. See the Respond.js docs for details.

Respond.js and file://

-- cgit v1.2.3 From e5c3f2d9d4fc23cda184a3ec54c9055e4f188e7a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 28 Oct 2013 21:50:05 -0700 Subject: restore IDs --- getting-started.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'getting-started.html') diff --git a/getting-started.html b/getting-started.html index 8d26760eb..cdc9e7603 100644 --- a/getting-started.html +++ b/getting-started.html @@ -748,11 +748,11 @@ bootstrap/

Internet Explorer 8 and Respond.js

Beware of the following caveats when using Respond.js in your development and production environments for Internet Explorer 8.

-

Respond.js and cross-domain CSS

+

Respond.js and cross-domain CSS

Using Respond.js with CSS hosted on a different (sub)domain (for example, on a CDN) requires some additional setup. See the Respond.js docs for details.

-

Respond.js and file://

+

Respond.js and file://

Due to browser security rules, Respond.js doesn't work with pages viewed via the file:// protocol (like when opening a local HTML file). To test responsive features in IE8, view your pages over HTTP(S). See the Respond.js docs for details.

-

Respond.js and @import

+

Respond.js and @import

Respond.js doesn't work with CSS that's referenced via @import. In particular, some Drupal configurations are known to use @import. See the Respond.js docs for details.

Internet Explorer 8 and box-sizing

-- cgit v1.2.3 From 88b651012d5ccefde2088010134079c8eccc6051 Mon Sep 17 00:00:00 2001 From: Julian Thilo Date: Sat, 2 Nov 2013 13:34:31 +0100 Subject: Fix #7398 in Basic template See https://github.com/twbs/bootstrap/issues/7398#issuecomment-27617890 for details. Thanks @martinburger --- getting-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'getting-started.html') diff --git a/getting-started.html b/getting-started.html index cdc9e7603..da317aa84 100644 --- a/getting-started.html +++ b/getting-started.html @@ -108,7 +108,7 @@ bootstrap/ Bootstrap 101 Template - + -- cgit v1.2.3 From 05c826d67d761e09546385b8470a8fa7f26925d6 Mon Sep 17 00:00:00 2001 From: Pascal Borreli Date: Sun, 3 Nov 2013 03:08:11 +0000 Subject: Removed duplicated class change from migration instructions --- getting-started.html | 4 ---- 1 file changed, 4 deletions(-) (limited to 'getting-started.html') diff --git a/getting-started.html b/getting-started.html index da317aa84..5a735b68c 100644 --- a/getting-started.html +++ b/getting-started.html @@ -469,10 +469,6 @@ bootstrap/
- - - -
.accordion-inner .panel-body
.alert-error.alert-danger
-- cgit v1.2.3 From 4bd263c4c170cad74b0425afd4a6cd0aa510880c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Sat, 9 Nov 2013 22:00:34 +0100 Subject: Better documentation for validation states --- getting-started.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'getting-started.html') diff --git a/getting-started.html b/getting-started.html index 5a735b68c..f879b9497 100644 --- a/getting-started.html +++ b/getting-started.html @@ -405,6 +405,10 @@ bootstrap/ .control-group .form-group + + .control-group.warning .control-group.error .control-group.success + .form-group.has-* + .checkbox.inline .radio.inline .checkbox-inline .radio-inline @@ -611,6 +615,11 @@ bootstrap/ .form-search N/A + + Form group with info + .control-group.info + N/A + Fluid container .container-fluid @@ -674,7 +683,7 @@ bootstrap/
  • Typeahead has been dropped, in favor of using Twitter Typeahead.
  • Modal markup has changed significantly. The .modal-header, .modal-body, and .modal-footer sections are now wrapped in .modal-content and .modal-dialog for better mobile styling and behavior.
  • The HTML loaded by the remote modal option is now injected into the .modal instead of into the .modal-body. This allows you to also easily vary the header and footer of the modal, not just the modal body.
  • -
  • JavaScript events are namespaced. For example, to handle the modal "show" event, use 'show.bs.modal'. For tabs "shown" use 'shown.bs.tab', etc..
  • +
  • JavaScript events are namespaced. For example, to handle the modal "show" event, use 'show.bs.modal'. For tabs "shown" use 'shown.bs.tab', etc.
  • For more information on upgrading to v3.0, and code snippets from the community, see Bootply.

    -- cgit v1.2.3 From 9bbdb87150dc8a324ce641380042fadd84d6d34e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 30 Nov 2013 16:16:24 -0800 Subject: Fixes #11420: Update migration guide on split of .visible-/.hidden-desktop into .visible-/.hidden-md and .visible-/.hidden-lg --- getting-started.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'getting-started.html') diff --git a/getting-started.html b/getting-started.html index f879b9497..880d2ee48 100644 --- a/getting-started.html +++ b/getting-started.html @@ -379,7 +379,7 @@ bootstrap/ .visible-desktop - .visible-md + Split into .visible-md .visible-lg .hidden-phone @@ -391,7 +391,7 @@ bootstrap/ .hidden-desktop - .hidden-md + Split into .hidden-md .hidden-lg .input-small -- cgit v1.2.3 From a127f3921eea284bb0656da1362fe4f2a45df8fe Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 30 Nov 2013 21:05:39 -0800 Subject: Fixes #10716: Update what's included docs to add info on both download options --- getting-started.html | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) (limited to 'getting-started.html') diff --git a/getting-started.html b/getting-started.html index 880d2ee48..b65fc497f 100644 --- a/getting-started.html +++ b/getting-started.html @@ -62,9 +62,15 @@ base_url: "../" -

    Within the download you'll find the following directories and files, logically grouping common resources and providing both compiled and minified variations.

    -

    Once downloaded, unzip the compressed folder to see the structure of (the compiled) Bootstrap. You'll see something like this:

    +

    Bootstrap is downloadable in two forms, within which you'll find the following directories and files, logically grouping common resources and providing both compiled and minified variations.

    +
    +

    jQuery required

    +

    Please note that all JavaScript plugins require jQuery to be included, as shown in the starter template. Consult our bower.json to see which versions of jQuery are supported.

    +
    + +

    Precompiled Bootstrap

    +

    Once downloaded, unzip the compressed folder to see the structure of (the compiled) Bootstrap. You'll see something like this:

    {% highlight bash %} @@ -85,11 +91,24 @@ bootstrap/ {% endhighlight %}

    This is the most basic form of Bootstrap: precompiled 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.*). Fonts from Glyphicons are included, as is the optional Bootstrap theme.

    -
    -

    jQuery required

    -

    Please note that all JavaScript plugins require jQuery to be included, as shown in the starter template. Consult our bower.json to see which versions of jQuery are supported.

    -
    + +

    Bootstrap source code

    +

    The Bootstrap source code download includes the precompiled CSS, JavaScript, and font assets, along with source LESS, JavaScript, and documentation. More specifically, it includes the following and more:

    +{% highlight bash %} +bootstrap/ +├── less/ +├── js/ +├── fonts/ +├── dist/ +│ ├── css/ +│ ├── js/ +│ └── fonts/ +├── docs-assets/ +├── examples/ +└── *.html +{% endhighlight %} +

    The less/, js/, and fonts/ are the source code for our CSS, JS, and icon fonts (respectively). The dist/ folder includes everything listed in the precompiled download section above. docs-assets/, examples/, and all *.html files are for our documentation. Beyond that, any other included file provides support for packages, license information, and development.