From: Chris Rebert Date: Tue, 25 Jun 2013 23:07:51 +0000 (-0600) Subject: Fix 2 typos X-Git-Tag: v3.0.0-rc1~228^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d82941265c0407904dd19bc6903e99dbbca76540;p=thirdparty%2Fbootstrap.git Fix 2 typos --- diff --git a/less/scaffolding.less b/less/scaffolding.less index 9f5739710c..e74a4db1c6 100644 --- a/less/scaffolding.less +++ b/less/scaffolding.less @@ -27,7 +27,7 @@ body { background-color: @body-bg; } -// Reset fonts for revelant elements +// Reset fonts for relevant elements input, button, select, @@ -60,7 +60,7 @@ a:focus { img { // Responsive images (ensure images don't scale beyond their parents) - max-width: 100%; // Part 1: Set a maxium relative to the parent + max-width: 100%; // Part 1: Set a maximum relative to the parent height: auto; // Part 2: Scale the height according to the width, otherwise you get stretching // Match vertical alignment with other comment elements