]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix 2 typos 8303/head
authorChris Rebert <github@rebertia.com>
Tue, 25 Jun 2013 23:07:51 +0000 (17:07 -0600)
committerChris Rebert <github@rebertia.com>
Tue, 25 Jun 2013 23:07:51 +0000 (17:07 -0600)
less/scaffolding.less

index 9f5739710c62a0974709e33916a3b144e656c550..e74a4db1c6de8992a70a0d05795b282fe179e4ae 100644 (file)
@@ -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