diff options
| author | Mark Otto <[email protected]> | 2015-08-05 00:54:30 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-05 00:54:30 -0700 |
| commit | bc88c90b2c6c10002273154eebf138d1029fdee5 (patch) | |
| tree | dd1e27401bd9c131a119a7456d43ecfa78629742 /docs/_includes | |
| parent | 97bcfb9e7fcc140c32d4e7657f0db09128eb909d (diff) | |
| download | bootstrap-bc88c90b2c6c10002273154eebf138d1029fdee5.tar.xz bootstrap-bc88c90b2c6c10002273154eebf138d1029fdee5.zip | |
footer overhaul again
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/footer.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 8514225f8..fac9faad4 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -1,6 +1,6 @@ -<footer class="bd-footer" role="contentinfo"> - <div class="bd-container"> - <ul class="bd-footer-links text-muted"> +<footer class="bd-footer text-muted" role="contentinfo"> + <div class="container"> + <ul class="bd-footer-links"> <li><a href="{{ site.repo }}">GitHub</a></li> <li><a href="https://twitter.com/getbootstrap">Twitter</a></li> <li><a href="../getting-started/#examples">Examples</a></li> |
