aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-06-25 17:10:34 -0700
committerMark Otto <[email protected]>2013-06-25 17:10:34 -0700
commit5c9bd469ae70a6a9c3ada7a276f5e398860a8ee5 (patch)
tree4050c90644de01ed76d4a4fd76e681341a1a09f4
parentae9fde5cab0ca2418857eb6f39315a66246ecf76 (diff)
parentd82941265c0407904dd19bc6903e99dbbca76540 (diff)
downloadbootstrap-5c9bd469ae70a6a9c3ada7a276f5e398860a8ee5.tar.xz
bootstrap-5c9bd469ae70a6a9c3ada7a276f5e398860a8ee5.zip
Merge pull request #8303 from cvrebert/patch-4
Fix 2 typos
-rw-r--r--less/scaffolding.less4
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