diff options
| author | Chris Rebert <[email protected]> | 2013-06-25 17:07:51 -0600 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-06-25 17:07:51 -0600 |
| commit | d82941265c0407904dd19bc6903e99dbbca76540 (patch) | |
| tree | 379af7d6daec5b117ed399956eefddda06516c43 | |
| parent | ac90fbf4d815accf8c3e0c3c355ca6643dcabce9 (diff) | |
| download | bootstrap-d82941265c0407904dd19bc6903e99dbbca76540.tar.xz bootstrap-d82941265c0407904dd19bc6903e99dbbca76540.zip | |
Fix 2 typos
| -rw-r--r-- | less/scaffolding.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/scaffolding.less b/less/scaffolding.less index 9f5739710..e74a4db1c 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 |
