From 72a536393c2f2aba4f855384e94c4ce09bc2e39c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 19 Dec 2011 22:58:56 -0800 Subject: mostly docs updates, but also some bug fixes per github issues --- docs/upgrading.html | 152 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 152 insertions(+) create mode 100644 docs/upgrading.html (limited to 'docs/upgrading.html') diff --git a/docs/upgrading.html b/docs/upgrading.html new file mode 100644 index 000000000..cd0ca8e22 --- /dev/null +++ b/docs/upgrading.html @@ -0,0 +1,152 @@ + + + + + Bootstrap, from Twitter: Upgrading from v1.4 to v2.0 + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+

Upgrading to Bootstrap 2

+

Learn about significant changes and additions since v1.4 with this handy guide.

+
+ + +

Rough outline

+ + + + + + + + + + +
+ + + + + + + + + + + + + + + + + -- cgit v1.2.3 From 8a7abc7493a07935d4d91b2cc56a82523fd53970 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 21 Dec 2011 16:00:50 -0600 Subject: docs updates, forms updated to include error states and more examples, remove text-shadow from gradientbar mixin to fix bug --- docs/upgrading.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/upgrading.html') diff --git a/docs/upgrading.html b/docs/upgrading.html index cd0ca8e22..60c9c325b 100644 --- a/docs/upgrading.html +++ b/docs/upgrading.html @@ -38,7 +38,7 @@
  • Base CSS
  • Components
  • Javascript plugins
  • -
  • Using LESS
  • +
  • Using LESS
  • -- cgit v1.2.3 From 20aecb983838422c7b43e20960b10d4d79fefaa3 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 21 Dec 2011 16:22:20 -0600 Subject: updated all docs to jQuery 1.7, move all docs JS to application.js, and move dropdowns css to dedicated file --- docs/upgrading.html | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) (limited to 'docs/upgrading.html') diff --git a/docs/upgrading.html b/docs/upgrading.html index 60c9c325b..3e5a14a8a 100644 --- a/docs/upgrading.html +++ b/docs/upgrading.html @@ -99,21 +99,14 @@
  • Added button bar options
  • + - - - + - - - - + -- cgit v1.2.3 From efacac0d6c812abffa8a84a48fa760f5f56c92f0 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Wed, 21 Dec 2011 18:42:43 -0800 Subject: clean up all the js across all the doc pages --- docs/upgrading.html | 39 --------------------------------------- 1 file changed, 39 deletions(-) (limited to 'docs/upgrading.html') diff --git a/docs/upgrading.html b/docs/upgrading.html index cd0ca8e22..4dedb37d8 100644 --- a/docs/upgrading.html +++ b/docs/upgrading.html @@ -99,23 +99,7 @@
  • Added button bar options
  • -
  • -
      -
    • -
    -
  • - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3 From cfc2353059df628c67d19a3c5c3ead2cc6051f53 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 6 Jan 2012 23:59:22 -0800 Subject: front page docs updated to include old getting started section, update code styles to look like github gists, and lots more docs updates --- docs/upgrading.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/upgrading.html') diff --git a/docs/upgrading.html b/docs/upgrading.html index 7be1fd708..c84cba123 100644 --- a/docs/upgrading.html +++ b/docs/upgrading.html @@ -92,6 +92,9 @@
  • Typography
    • Right-aligned option for blockquotes if float: right;
    • +
    • h4 elements were dropped from 16px to 14px with a default line-height of 18px
    • +
    • h5 elements were dropped from 14px to 12px
    • +
    • h6 elements were dropped from 13px to 11px
  • Buttons -- cgit v1.2.3 From 5fb2c666acfd5e7d2f134d2cb5b65b828102c5a9 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 7 Jan 2012 01:59:53 -0800 Subject: update the fluid examples to use new classes and clear the floats properly from sidebar --- docs/upgrading.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/upgrading.html') diff --git a/docs/upgrading.html b/docs/upgrading.html index c84cba123..d22fa8c27 100644 --- a/docs/upgrading.html +++ b/docs/upgrading.html @@ -102,6 +102,11 @@
  • Added button bar options
  • +
  • Examples +
      +
    • Fluid examples redone. .fluid-container now requires a .sidebar-left or .sidebar-right as well. Fluid sidebar element has a new class, .fluid-sidebar.
    • +
    +
  • + + + + + + + -- cgit v1.2.3 From a4b107bf879d47db0a6e036814f5aeee4316d36c Mon Sep 17 00:00:00 2001 From: Chris Gunther Date: Sat, 14 Jan 2012 15:15:24 -0500 Subject: fix navbar links to scaffolding > grid system --- docs/upgrading.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/upgrading.html') diff --git a/docs/upgrading.html b/docs/upgrading.html index 376aae856..1b4864ec7 100644 --- a/docs/upgrading.html +++ b/docs/upgrading.html @@ -40,7 +40,7 @@ -- cgit v1.2.3 From f82fb2a1976060b2d0b71c3e6ad20f6d7a7772f7 Mon Sep 17 00:00:00 2001 From: Chris Gunther Date: Sat, 14 Jan 2012 15:18:59 -0500 Subject: fix navbar links to base CSS > typography --- docs/upgrading.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/upgrading.html') diff --git a/docs/upgrading.html b/docs/upgrading.html index 1b4864ec7..423c5be27 100644 --- a/docs/upgrading.html +++ b/docs/upgrading.html @@ -51,7 +51,7 @@ -
  • Progress bars
  • -
  • Typeahead
  • -
  • +
  • Using LESS @@ -107,12 +108,12 @@
    - -
    -

    Upgrading to Bootstrap 2

    -

    Learn about significant changes and additions since v1.4 with this handy guide.

    -
    + +
    +

    Upgrading to Bootstrap 2

    +

    Learn about significant changes and additions since v1.4 with this handy guide.

    +

    Rough outline

    @@ -193,8 +194,6 @@
  • --> - - + + - - - + + + + + + - + + + + + + + + + -- cgit v1.2.3 From b4b1ef68398b68dcdfa29465d06cd76d6bf2c49d Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Mon, 23 Jan 2012 15:17:32 -0800 Subject: rebuild with new templates --- docs/upgrading.html | 89 ++++++++++++----------------------------------------- 1 file changed, 20 insertions(+), 69 deletions(-) (limited to 'docs/upgrading.html') diff --git a/docs/upgrading.html b/docs/upgrading.html index 7e43408ac..ee18cbeb0 100644 --- a/docs/upgrading.html +++ b/docs/upgrading.html @@ -27,79 +27,30 @@ -