From a1b3fb339e911cd0c7d472d40cbca3e01ed221f4 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 3 Sep 2013 12:15:33 -0700 Subject: [PATCH 1/4] minor copyedit --- getting-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started.html b/getting-started.html index 321def3f7d..3ded19005c 100644 --- a/getting-started.html +++ b/getting-started.html @@ -708,7 +708,7 @@ bootstrap/ -

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

+

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

IE Compatibility modes

Bootstrap is not supported in the old Internet Explorer compatibility modes. To be sure you're using the latest rendering mode for IE, consider including the appropriate <meta> tag in your pages:

From 82d19a41ba80386e4049371a17eb5fb9d3d44ee8 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 3 Sep 2013 12:17:30 -0700 Subject: [PATCH 2/4] bump grunt-contrib-connect to 0.4.0 Thanks David. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7c4e6a3c09..017b07dc70 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ , "devDependencies": { "grunt": "~0.4.1" , "grunt-contrib-clean": "~0.5.0" - , "grunt-contrib-connect": "~0.3.0" + , "grunt-contrib-connect": "~0.4.0" , "grunt-contrib-concat": "~0.3.0" , "grunt-contrib-copy": "~0.4.0" , "grunt-contrib-jshint": "~0.6.0" From 488b8dad2b68c2053eb3e1b84ee624d26d8981a3 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 3 Sep 2013 12:21:19 -0700 Subject: [PATCH 3/4] slightly clarify button.active use in docs --- css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css.html b/css.html index cc482f95e3..51c5319fe3 100644 --- a/css.html +++ b/css.html @@ -2116,7 +2116,7 @@ For example, <section> should be wrapped as inline.

Buttons will appear pressed (with a darker background, darker border, and inset shadow) when active. For <button> elements, this is done via :active. For <a> elements, it's done with .active. However, you may use .active <button>s should you need to replicate the active state progammatically.

Button element

-

No need to add :active as it's a pseudo state, but if you need it, go ahead and add .active.

+

No need to add :active as it's a pseudo state, but if you need to force it, go ahead and add .active.

From 1113224e97844675f92697ae6c6612bb5a2234d4 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 3 Sep 2013 12:53:52 -0700 Subject: [PATCH 4/4] minor copyedit --- css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css.html b/css.html index 51c5319fe3..0e11346bec 100644 --- a/css.html +++ b/css.html @@ -2116,7 +2116,7 @@ For example, <section> should be wrapped as inline.

Buttons will appear pressed (with a darker background, darker border, and inset shadow) when active. For <button> elements, this is done via :active. For <a> elements, it's done with .active. However, you may use .active <button>s should you need to replicate the active state progammatically.

Button element

-

No need to add :active as it's a pseudo state, but if you need to force it, go ahead and add .active.

+

No need to add :active as it's a pseudo-class, but if you need to force the same appearance, go ahead and add .active.