diff --git a/css.html b/css.html index cc482f95e3..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 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.

diff --git a/getting-started.html b/getting-started.html index 091c71c2b9..65c0796f44 100644 --- a/getting-started.html +++ b/getting-started.html @@ -705,7 +705,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.

Internet Explorer 8 and box-sizing

IE8 does not fully support box-sizing: border-box; when combined with min-width, max-width, min-height, and max-height. For that reason, as of v3.0.1, we have moved from max-width on .containers.

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"