From 3d366038d739ca1ddf460c3c52372365818b9005 Mon Sep 17 00:00:00 2001 From: jody tate Date: Wed, 21 Aug 2013 08:44:54 -0700 Subject: [PATCH 1/5] removed reference to button color and gradient Changed the wording to reflect the default button's new look since it's no longer grey and doesn't have a gradient. I'd say this new wording isn't ideal and needs something a bit more, well, descriptive. --- css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css.html b/css.html index f976d229bd..5cb06f5f6f 100644 --- a/css.html +++ b/css.html @@ -1972,7 +1972,7 @@ For example, <section> should be wrapped as inline. {% highlight html %} - + From 68b7998c05582305a746bf76ab895dd2b9842bc2 Mon Sep 17 00:00:00 2001 From: jody tate Date: Wed, 21 Aug 2013 08:46:13 -0700 Subject: [PATCH 2/5] removed extraneous space --- css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css.html b/css.html index 5cb06f5f6f..5ddddfd85c 100644 --- a/css.html +++ b/css.html @@ -1972,7 +1972,7 @@ For example, <section> should be wrapped as inline. {% highlight html %} - + From cb2e11ece4334d9e1dd0ecd60c651bbebb0561d2 Mon Sep 17 00:00:00 2001 From: jody tate Date: Wed, 21 Aug 2013 13:06:46 -0700 Subject: [PATCH 3/5] remove .btn-group The example doesn't use .btn-group and adding the class causes "bad things to happen," as the saying goes. http://jsfiddle.net/josephtate/g6AWF --- components.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components.html b/components.html index 24d1ad18c5..5320efcd63 100644 --- a/components.html +++ b/components.html @@ -1163,7 +1163,7 @@ base_url: "../" @@ -2130,7 +2130,7 @@ body { padding-bottom: 70px; }

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.

-

Button Button

+

Button Button

@@ -2140,7 +2140,7 @@ body { padding-bottom: 70px; }

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.

-

Button Button

+

Button Button

@@ -2154,7 +2154,7 @@ body { padding-bottom: 70px; }

Thumbnail label

...

-

Button Button

+

Button Button

diff --git a/css.html b/css.html index c0169d574f..a45c71a802 100644 --- a/css.html +++ b/css.html @@ -2134,12 +2134,12 @@ For example, <section> should be wrapped as inline.

Anchor element

Add the .disabled class to <a> buttons.

- Primary link - Link + Primary link + Link

{% highlight html %} -Primary link -Link +Primary link +Link {% endhighlight %}

We use .disabled as a utility class here, similar to the common .active class, so no prefix is required. diff --git a/javascript.html b/javascript.html index 347c2c1c52..1d41f71a5f 100644 --- a/javascript.html +++ b/javascript.html @@ -1020,7 +1020,7 @@ $('#myTooltip').on('hidden.bs.tooltip', function () {

Live demo

Four directions

From dd9c15273c4aceeada22754ee9a0af2aae7eb8ea Mon Sep 17 00:00:00 2001 From: Kevin Suttle Date: Sat, 24 Aug 2013 11:32:23 -0400 Subject: [PATCH 5/5] Add even more role="button" attributes Missed the

Hello, world!

This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.

-

Learn more

+

Learn more

@@ -2036,7 +2036,7 @@ body { padding-bottom: 70px; }

Hello, world!

...

-

Learn more

+

Learn more

{% endhighlight %} diff --git a/css.html b/css.html index a45c71a802..6f6526e22d 100644 --- a/css.html +++ b/css.html @@ -2153,13 +2153,13 @@ For example, <section> should be wrapped as inline.

Button tags

Use the button classes on an <a>, <button>, or <input> element.

- Link + Link
{% highlight html %} -Link +Link diff --git a/examples/carousel/index.html b/examples/carousel/index.html index d962c1e6fb..5ba413288e 100644 --- a/examples/carousel/index.html +++ b/examples/carousel/index.html @@ -79,7 +79,7 @@ @@ -89,7 +89,7 @@ @@ -99,7 +99,7 @@ @@ -122,19 +122,19 @@ Generic placeholder image

Heading

Donec sed odio dui. Etiam porta sem malesuada magna mollis euismod. Nullam id dolor id nibh ultricies vehicula ut id elit. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Praesent commodo cursus magna.

-

View details »

+

View details »

Generic placeholder image

Heading

Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh.

-

View details »

+

View details »

Generic placeholder image

Heading

Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta felis euismod semper. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.

-

View details »

+

View details »

diff --git a/examples/jumbotron-narrow/index.html b/examples/jumbotron-narrow/index.html index 2fb23138bb..270cbdf70a 100644 --- a/examples/jumbotron-narrow/index.html +++ b/examples/jumbotron-narrow/index.html @@ -37,7 +37,7 @@

Jumbotron heading

Cras justo odio, dapibus ac facilisis in, egestas eget quam. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.

-

Sign up today

+

Sign up today

diff --git a/examples/jumbotron/index.html b/examples/jumbotron/index.html index 31d11eebb5..e67905c3d8 100644 --- a/examples/jumbotron/index.html +++ b/examples/jumbotron/index.html @@ -70,7 +70,7 @@

Hello, world!

This is a template for a simple marketing or informational website. It includes a large callout called the hero unit and three supporting pieces of content. Use it as a starting point to create something more unique.

-

Learn more »

+

Learn more »

@@ -80,17 +80,17 @@

Heading

Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui.

-

View details »

+

View details »

Heading

Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui.

-

View details »

+

View details »

Heading

Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta felis euismod semper. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.

-

View details »

+

View details »

diff --git a/examples/justified-nav/index.html b/examples/justified-nav/index.html index 8ab83cc1f1..d49718c9e2 100644 --- a/examples/justified-nav/index.html +++ b/examples/justified-nav/index.html @@ -42,7 +42,7 @@

Marketing stuff!

Cras justo odio, dapibus ac facilisis in, egestas eget quam. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet.

-

Get started today

+

Get started today

@@ -50,17 +50,17 @@

Heading

Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui.

-

View details »

+

View details »

Heading

Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui.

-

View details »

+

View details »

Heading

Donec sed odio dui. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Vestibulum id ligula porta felis euismod semper. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa.

-

View details »

+

View details »

diff --git a/examples/navbar-fixed-top/index.html b/examples/navbar-fixed-top/index.html index 90f984e96f..1b1c708aa5 100644 --- a/examples/navbar-fixed-top/index.html +++ b/examples/navbar-fixed-top/index.html @@ -70,7 +70,7 @@

This example is a quick exercise to illustrate how the default, static and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.

To see the difference between static and fixed top navbars, just scroll.

- View navbar docs » + View navbar docs »

diff --git a/examples/navbar-static-top/index.html b/examples/navbar-static-top/index.html index 98ec31d6a6..6b5e4d35ba 100644 --- a/examples/navbar-static-top/index.html +++ b/examples/navbar-static-top/index.html @@ -71,7 +71,7 @@

This example is a quick exercise to illustrate how the default, static and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.

To see the difference between static and fixed top navbars, just scroll.

- View navbar docs » + View navbar docs »

diff --git a/examples/navbar/index.html b/examples/navbar/index.html index 97e4c0c8c7..8340194457 100644 --- a/examples/navbar/index.html +++ b/examples/navbar/index.html @@ -67,7 +67,7 @@

Navbar example

This example is a quick exercise to illustrate how the default, static navbar and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.

- View navbar docs » + View navbar docs »

diff --git a/examples/offcanvas/index.html b/examples/offcanvas/index.html index a53741b990..c14e6a66d6 100644 --- a/examples/offcanvas/index.html +++ b/examples/offcanvas/index.html @@ -58,32 +58,32 @@

Heading

Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui.

-

View details »

+

View details »

Heading

Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui.

-

View details »

+

View details »

Heading

Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui.

-

View details »

+

View details »

Heading

Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui.

-

View details »

+

View details »

Heading

Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui.

-

View details »

+

View details »

Heading

Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui.

-

View details »

+

View details »

diff --git a/examples/theme/index.html b/examples/theme/index.html index 586801ea57..f29f440f11 100644 --- a/examples/theme/index.html +++ b/examples/theme/index.html @@ -65,7 +65,7 @@

Hello, world!

This is a template for a simple marketing or informational website. It includes a large callout called the hero unit and three supporting pieces of content. Use it as a starting point to create something more unique.

-

Learn more »

+

Learn more »

diff --git a/getting-started.html b/getting-started.html index 6cddf379f1..d264126f1a 100644 --- a/getting-started.html +++ b/getting-started.html @@ -17,7 +17,7 @@ base_url: "../"

Compiled CSS, JS, and fonts

The fastest way to get Bootstrap is to download the compiled and minified versions of our CSS and JavaScript, along with the included fonts. No documentation or original source files are included.

-

Download precompiled Bootstrap

+

Download precompiled Bootstrap

Additional downloads