diff options
| author | Mark Otto <[email protected]> | 2013-02-14 13:59:05 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-02-14 13:59:05 -0800 |
| commit | dc09979b518927081320e7454b95e67c3660ee07 (patch) | |
| tree | 98952686b6ec7a2625d3d4a3ab6fdd5ad61c40d6 /docs | |
| parent | 1dda3c395a338e1342f7c4bfcdc708b525d22e1d (diff) | |
| parent | f273170f163b61b3e634a103b2c6da7dcec79bc3 (diff) | |
| download | bootstrap-dc09979b518927081320e7454b95e67c3660ee07.tar.xz bootstrap-dc09979b518927081320e7454b95e67c3660ee07.zip | |
Merge pull request #6936 from jodytate/3.0.0-wip
minor update to sticky-footer examples
Diffstat (limited to 'docs')
| -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 c700ed2ca..f6c01d730 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; } diff --git a/docs/examples/sticky-footer.html b/docs/examples/sticky-footer.html index 74b01dd93..7daecaebc 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; } |
