From: Mark Otto Date: Fri, 23 Nov 2012 06:04:21 +0000 (-0800) Subject: Merge branch '2.2.2-wip' into exploratory X-Git-Tag: v3.0.0-rc1~883 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7e56e2265d67ae81ad8be52af4d56f189929207a;p=thirdparty%2Fbootstrap.git Merge branch '2.2.2-wip' into exploratory Conflicts: less/button-groups.less --- 7e56e2265d67ae81ad8be52af4d56f189929207a diff --cc docs/index.html index 8fd7f2b1a6,ec26060852..5ab9933820 --- a/docs/index.html +++ b/docs/index.html @@@ -116,19 -119,19 +116,19 @@@

Introducing Bootstrap.

Need reasons to love Bootstrap? Look no further.

-
+
- +

By nerds, for nerds.

Built at Twitter by @mdo and @fat, Bootstrap utilizes LESS CSS, is compiled via Node, and is managed through GitHub to help nerds do awesome stuff on the web.

- +

Made for everyone.

-

Bootstrap was made to not only look and behave great in the latest desktop browsers (as well as IE7!), but in tablet and smartphone browsers via responsive CSS as well.

+

Bootstrap was made to not only look and behave great in the latest desktop browsers (including IE8+), but in tablet and smartphone browsers via responsive CSS as well.

- +

Packed with features.

A 12-column responsive grid, dozens of components, JavaScript plugins, typography, form controls, and even a web-based Customizer to make Bootstrap your own.

diff --cc docs/templates/pages/index.mustache index b7f112cb17,9ee966d0fb..50ec7be152 --- a/docs/templates/pages/index.mustache +++ b/docs/templates/pages/index.mustache @@@ -48,19 -48,19 +48,19 @@@

{{_i}}Introducing Bootstrap.{{/i}}

-
+
- +

{{_i}}By nerds, for nerds.{{/i}}

{{_i}}Built at Twitter by @mdo and @fat, Bootstrap utilizes LESS CSS, is compiled via Node, and is managed through GitHub to help nerds do awesome stuff on the web.{{/i}}

- +

{{_i}}Made for everyone.{{/i}}

-

{{_i}}Bootstrap was made to not only look and behave great in the latest desktop browsers (as well as IE7!), but in tablet and smartphone browsers via responsive CSS as well.{{/i}}

+

{{_i}}Bootstrap was made to not only look and behave great in the latest desktop browsers (including IE8+), but in tablet and smartphone browsers via responsive CSS as well.{{/i}}

- +

{{_i}}Packed with features.{{/i}}

{{_i}}A 12-column responsive grid, dozens of components, JavaScript plugins, typography, form controls, and even a web-based Customizer to make Bootstrap your own.{{/i}}

diff --cc less/button-groups.less index 8a74b9e75e,8c3b9ff045..7b7c779ae6 --- a/less/button-groups.less +++ b/less/button-groups.less @@@ -200,14 -213,14 +200,14 @@@ margin-top: -1px; } .btn-group-vertical .btn:first-child { - border-radius: 4px 4px 0 0; - .border-radius(@baseBorderRadius @baseBorderRadius 0 0); ++ border-radius: @baseBorderRadius @baseBorderRadius 0 0; } .btn-group-vertical .btn:last-child { - border-radius: 0 0 4px 4px; - .border-radius(0 0 @baseBorderRadius @baseBorderRadius); ++ border-radius: 0 0 @baseBorderRadius @baseBorderRadius; } .btn-group-vertical .btn-large:first-child { - border-radius: 6px 6px 0 0; - .border-radius(@borderRadiusLarge @borderRadiusLarge 0 0); ++ border-radius: @borderRadiusLarge @borderRadiusLarge 0 0; } .btn-group-vertical .btn-large:last-child { - border-radius: 0 0 6px 6px; - .border-radius(0 0 @borderRadiusLarge @borderRadiusLarge); ++ border-radius: 0 0 @borderRadiusLarge @borderRadiusLarge; }