diff options
| author | Mark Otto <[email protected]> | 2013-02-14 23:51:35 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-02-14 23:51:35 -0800 |
| commit | bcb6dd5ee603d5f6681eb3483999e0dc366c5096 (patch) | |
| tree | 9039087fed41e61bee2af685d5bab0408b6492e2 /docs/examples | |
| parent | 0c25546e1c96aba47b981f3cb3cf7200d7405ead (diff) | |
| download | bootstrap-bcb6dd5ee603d5f6681eb3483999e0dc366c5096.tar.xz bootstrap-bcb6dd5ee603d5f6681eb3483999e0dc366c5096.zip | |
fix spelling as pointed out by @jodytate that got nuked in the merge
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/sticky-footer-navbar.html | 2 | ||||
| -rw-r--r-- | docs/examples/sticky-footer.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/sticky-footer-navbar.html b/docs/examples/sticky-footer-navbar.html index b083b6a71..20ce2b4a2 100644 --- a/docs/examples/sticky-footer-navbar.html +++ b/docs/examples/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/docs/examples/sticky-footer.html b/docs/examples/sticky-footer.html index e3f6c9f44..722d3aa19 100644 --- a/docs/examples/sticky-footer.html +++ b/docs/examples/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; } |
