Commit c4b2bb5b authored by Mark Otto's avatar Mark Otto

fix spelling as pointed out by @jodytate that got nuked in the merge

parent 87a317f4
......@@ -20,7 +20,7 @@ title: Sticky footer with navbar template
min-height: 100%;
height: auto !important;
height: 100%;
/* Negative indent footer by it's height */
/* Negative indent footer by its height */
margin: 0 auto -60px;
}
......
......@@ -20,7 +20,7 @@ title: Sticky footer template
min-height: 100%;
height: auto !important;
height: 100%;
/* Negative indent footer by it's height */
/* Negative indent footer by its height */
margin: 0 auto -60px;
}
......
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