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.