From: Mark Otto Date: Fri, 15 Feb 2013 07:51:35 +0000 (-0800) Subject: fix spelling as pointed out by @jodytate that got nuked in the merge X-Git-Tag: v3.0.0~81^2~11^2~1^2~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4b2bb5bcd189788407b9705cf043c916e8d05e7;p=thirdparty%2Fbootstrap.git fix spelling as pointed out by @jodytate that got nuked in the merge --- diff --git a/sticky-footer-navbar.html b/sticky-footer-navbar.html index b083b6a712..20ce2b4a24 100644 --- a/sticky-footer-navbar.html +++ b/sticky-footer-navbar.html @@ -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; } diff --git a/sticky-footer.html b/sticky-footer.html index e3f6c9f445..722d3aa19a 100644 --- a/sticky-footer.html +++ b/sticky-footer.html @@ -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; }