From 33a529f39885860d3c836d6eca5964988e626040 Mon Sep 17 00:00:00 2001 From: jody tate Date: Thu, 14 Feb 2013 13:26:52 -0800 Subject: [PATCH 1/2] Update docs/examples/sticky-footer-navbar.html contraction "it's" to possessive "its", aka pedantic grammar fix --- docs/examples/sticky-footer-navbar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/sticky-footer-navbar.html b/docs/examples/sticky-footer-navbar.html index c700ed2cab..f6c01d730e 100644 --- a/docs/examples/sticky-footer-navbar.html +++ b/docs/examples/sticky-footer-navbar.html @@ -40,7 +40,7 @@ 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; } From f273170f163b61b3e634a103b2c6da7dcec79bc3 Mon Sep 17 00:00:00 2001 From: jody tate Date: Thu, 14 Feb 2013 13:30:22 -0800 Subject: [PATCH 2/2] Update docs/examples/sticky-footer.html again, "it's" to "its" for grammar fun! --- docs/examples/sticky-footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/sticky-footer.html b/docs/examples/sticky-footer.html index 74b01dd936..7daecaebc2 100644 --- a/docs/examples/sticky-footer.html +++ b/docs/examples/sticky-footer.html @@ -40,7 +40,7 @@ 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; }