From b96e80cf3933cb5788cc21247e68b5cd2e0cbc94 Mon Sep 17 00:00:00 2001 From: Michael Shafrir Date: Wed, 1 Feb 2012 09:58:08 -0800 Subject: Fix broken named anchor link for LESS compiling instructions. --- docs/scaffolding.html | 2 +- docs/templates/pages/scaffolding.mustache | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/scaffolding.html b/docs/scaffolding.html index 7f9c9de66..5dcfc7ca2 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -242,7 +242,7 @@

How to customize

-

Modifying the grid means changing the three @grid* variables and recompiling Bootstrap. Change the grid variables in variables.less and use one of the four ways documented to recompile. If you're adding more columns, be sure to add the CSS for those in grid.less.

+

Modifying the grid means changing the three @grid* variables and recompiling Bootstrap. Change the grid variables in variables.less and use one of the four ways documented to recompile. If you're adding more columns, be sure to add the CSS for those in grid.less.

Staying responsive

diff --git a/docs/templates/pages/scaffolding.mustache b/docs/templates/pages/scaffolding.mustache index bfbd879d5..dc2a1a6fc 100644 --- a/docs/templates/pages/scaffolding.mustache +++ b/docs/templates/pages/scaffolding.mustache @@ -166,7 +166,7 @@

{{_i}}How to customize{{/i}}

-

{{_i}}Modifying the grid means changing the three @grid* variables and recompiling Bootstrap. Change the grid variables in variables.less and use one of the four ways documented to recompile. If you're adding more columns, be sure to add the CSS for those in grid.less.{{/i}}

+

{{_i}}Modifying the grid means changing the three @grid* variables and recompiling Bootstrap. Change the grid variables in variables.less and use one of the four ways documented to recompile. If you're adding more columns, be sure to add the CSS for those in grid.less.{{/i}}

{{_i}}Staying responsive{{/i}}

-- cgit v1.2.3 From 4211f21e39631179753d6775e3ad90be05ab5f8f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 1 Feb 2012 22:27:11 -0800 Subject: #1571: remove fixed width on file inputs --- docs/assets/bootstrap.zip | Bin 56824 -> 56825 bytes docs/assets/css/bootstrap.css | 1 + 2 files changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index a1ef66887..c4ddd0f26 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index a90e31930..9de317af5 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -570,6 +570,7 @@ input[type="image"], input[type="checkbox"], input[type="radio"] { border-radius: 0; } input[type="file"] { + width: auto; padding: initial; line-height: initial; border: initial; -- cgit v1.2.3 From 43d797dfff839013deb726a55edf082378444640 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 1 Feb 2012 22:29:15 -0800 Subject: #1566: add note about removal of secondary-nav in 2.0 --- docs/assets/bootstrap.zip | Bin 56825 -> 56825 bytes docs/templates/pages/upgrading.mustache | 1 + docs/upgrading.html | 1 + 3 files changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index c4ddd0f26..deab7e441 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/templates/pages/upgrading.mustache b/docs/templates/pages/upgrading.mustache index 02d1c7feb..30b843e0d 100644 --- a/docs/templates/pages/upgrading.mustache +++ b/docs/templates/pages/upgrading.mustache @@ -119,6 +119,7 @@
  • {{_i}}Base class changed from .topbar to .navbar{{/i}}
  • {{_i}}Now supports static position (default behavior, not fixed) and fixed to the top of viewport via .navbar-fixed-top (previously only supported fixed){{/i}}
  • +
  • {{_i}}Removed the .secondary-nav class; instead, just use .pull-right for right-aligned nav{{/i}}
  • {{_i}}Added vertical dividers to top-level nav{{/i}}
  • {{_i}}Improved support for inline forms in the navbar, which now require .navbar-form to properly scope styles to only the intended forms.{{/i}}
  • {{_i}}Navbar search form now requires use of the .navbar-search class and its input the use of .search-query. To position the search form, you must use .pull-left or .pull-right.{{/i}}
  • diff --git a/docs/upgrading.html b/docs/upgrading.html index 4d8328b7c..f3b18e4ed 100644 --- a/docs/upgrading.html +++ b/docs/upgrading.html @@ -195,6 +195,7 @@
    • Base class changed from .topbar to .navbar
    • Now supports static position (default behavior, not fixed) and fixed to the top of viewport via .navbar-fixed-top (previously only supported fixed)
    • +
    • Removed the .secondary-nav class; instead, just use .pull-right for right-aligned nav
    • Added vertical dividers to top-level nav
    • Improved support for inline forms in the navbar, which now require .navbar-form to properly scope styles to only the intended forms.
    • Navbar search form now requires use of the .navbar-search class and its input the use of .search-query. To position the search form, you must use .pull-left or .pull-right.
    • -- cgit v1.2.3 From 58fd0dea36173c8672fd77cf06df2ccfbeb4d068 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 1 Feb 2012 22:51:01 -0800 Subject: fixing some docs pages for i18n --- docs/assets/bootstrap.zip | Bin 56825 -> 56825 bytes docs/templates/pages/components.mustache | 10 +++++----- docs/templates/pages/index.mustache | 4 ++-- docs/templates/pages/javascript.mustache | 12 ++++++------ docs/templates/pages/less.mustache | 10 +++++----- docs/templates/pages/scaffolding.mustache | 4 ++-- docs/templates/pages/upgrading.mustache | 1 - docs/upgrading.html | 1 - 8 files changed, 20 insertions(+), 22 deletions(-) (limited to 'docs') diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index deab7e441..4647e747b 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index d7b3efcae..d8218ecc0 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -8,8 +8,8 @@
@@ -1181,7 +1181,7 @@
Thumbnail label

Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.

-

Action Action

+

Action Action

diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index 0a7affafe..6be6cd601 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -1095,7 +1095,7 @@
{{_i}}Thumbnail label{{/i}}

Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.

-

{{_i}}Action{{/i}} {{_i}}Action{{/i}}

+

{{_i}}Action{{/i}} {{_i}}Action{{/i}}

@@ -1105,7 +1105,7 @@
{{_i}}Thumbnail label{{/i}}

Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.

-

{{_i}}Action{{/i}} {{_i}}Action{{/i}}

+

{{_i}}Action{{/i}} {{_i}}Action{{/i}}

-- cgit v1.2.3 From 6661639b37a6e577c4795e4394a0f0b6b75f4a01 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 5 Feb 2012 00:29:19 -0800 Subject: #1693: manual fix of the pull request to add class name changes to pills/tabs to upgrade guide --- docs/assets/bootstrap.zip | Bin 52391 -> 52391 bytes docs/templates/pages/upgrading.mustache | 2 +- docs/upgrading.html | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 2c140266b..0a56f52fd 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/templates/pages/upgrading.mustache b/docs/templates/pages/upgrading.mustache index 23a53da0e..45ab0703b 100644 --- a/docs/templates/pages/upgrading.mustache +++ b/docs/templates/pages/upgrading.mustache @@ -111,7 +111,7 @@

{{_i}}Navigation{{/i}}

Navigation