diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index e6e7a7c9..ff0ea557 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -288,9 +288,10 @@ only screen and ( -o-min-device-pixel-ratio: 2/1) { line-height: 1.25; color: #999; } -.marketing img { +.marketing-img { display: block; margin: 0 auto 30px; + max-height: 145px; } diff --git a/docs/index.html b/docs/index.html index 30fd0559..ec260608 100644 --- a/docs/index.html +++ b/docs/index.html @@ -121,17 +121,17 @@
- +

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.

- +

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 --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache index 19861b39..9ee966d0 100644 --- a/docs/templates/pages/index.mustache +++ b/docs/templates/pages/index.mustache @@ -50,17 +50,17 @@
- +

{{_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}}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}}