Commit d8294126 authored by Chris Rebert's avatar Chris Rebert

Fix 2 typos

parent ac90fbf4
...@@ -27,7 +27,7 @@ body { ...@@ -27,7 +27,7 @@ body {
background-color: @body-bg; background-color: @body-bg;
} }
// Reset fonts for revelant elements // Reset fonts for relevant elements
input, input,
button, button,
select, select,
...@@ -60,7 +60,7 @@ a:focus { ...@@ -60,7 +60,7 @@ a:focus {
img { img {
// Responsive images (ensure images don't scale beyond their parents) // 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 height: auto; // Part 2: Scale the height according to the width, otherwise you get stretching
// Match vertical alignment with other comment elements // Match vertical alignment with other comment elements
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment