diff --git a/docs/index.html b/docs/index.html index 683c94086c..8ceee89336 100644 --- a/docs/index.html +++ b/docs/index.html @@ -131,12 +131,12 @@
-

Built by nerds, for nerds.

+

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.

-

Designed for everyone.

+

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.

diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache index b6c4b01122..a40659c5eb 100644 --- a/docs/templates/pages/index.mustache +++ b/docs/templates/pages/index.mustache @@ -61,12 +61,12 @@
-

{{_i}}Built by nerds, for nerds.{{/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}}Designed for everyone.{{/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}}

diff --git a/less/tests/css-tests.css b/less/tests/css-tests.css index 628dbba6f8..6001f53aab 100644 --- a/less/tests/css-tests.css +++ b/less/tests/css-tests.css @@ -28,7 +28,7 @@ body { .type-test h4, .type-test h5, .type-test h6 { - xbackground-color: rgba(255,0,0,.2); + background-color: rgba(255,0,0,.2); }