From e0d0190803398ce12b2fe88e31e45993b35cf17e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 22 Nov 2012 12:26:54 -0800 Subject: [PATCH] fix image sizes on homepage --- docs/assets/css/docs.css | 3 ++- docs/index.html | 6 +++--- docs/templates/pages/index.mustache | 6 +++--- 3 files changed, 8 insertions(+), 7 deletions(-) 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}}