diff options
| author | Mark Otto <[email protected]> | 2015-10-26 20:53:31 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-10-26 20:53:31 -0700 |
| commit | 3d127c056884eeec90572344c1e48b412f18b6dd (patch) | |
| tree | 3e771bdccf98b6ca3a29c589bfbd8de07dc9e3ef /docs | |
| parent | 0d2cc3ed4355674319aef51b7aba64bf900db9f4 (diff) | |
| parent | 388b3363d246f9540d6f7ee45d7930e695842e11 (diff) | |
| download | bootstrap-3d127c056884eeec90572344c1e48b412f18b6dd.tar.xz bootstrap-3d127c056884eeec90572344c1e48b412f18b6dd.zip | |
Merge pull request #17879 from bhamodi/master
Update Example Footers.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/examples/carousel/index.html | 2 | ||||
| -rw-r--r-- | docs/examples/jumbotron-narrow/index.html | 2 | ||||
| -rw-r--r-- | docs/examples/jumbotron/index.html | 2 | ||||
| -rw-r--r-- | docs/examples/justified-nav/index.html | 2 | ||||
| -rw-r--r-- | docs/examples/offcanvas/index.html | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html index e00847aca..62b92bbbd 100644 --- a/docs/examples/carousel/index.html +++ b/docs/examples/carousel/index.html @@ -200,7 +200,7 @@ <!-- FOOTER --> <footer> <p class="pull-right"><a href="#">Back to top</a></p> - <p>© 2014 Company, Inc. · <a href="#">Privacy</a> · <a href="#">Terms</a></p> + <p>© 2015 Company, Inc. · <a href="#">Privacy</a> · <a href="#">Terms</a></p> </footer> </div><!-- /.container --> diff --git a/docs/examples/jumbotron-narrow/index.html b/docs/examples/jumbotron-narrow/index.html index e84a7bac0..83187f3f3 100644 --- a/docs/examples/jumbotron-narrow/index.html +++ b/docs/examples/jumbotron-narrow/index.html @@ -76,7 +76,7 @@ </div> <footer class="footer"> - <p>© Company 2014</p> + <p>© 2015 Company, Inc.</p> </footer> </div> <!-- /container --> diff --git a/docs/examples/jumbotron/index.html b/docs/examples/jumbotron/index.html index 6b7680108..b41ad9baa 100644 --- a/docs/examples/jumbotron/index.html +++ b/docs/examples/jumbotron/index.html @@ -90,7 +90,7 @@ <hr> <footer> - <p>© Company 2014</p> + <p>© 2015 Company, Inc.</p> </footer> </div> <!-- /container --> diff --git a/docs/examples/justified-nav/index.html b/docs/examples/justified-nav/index.html index 43205de8e..9e6ef60b2 100644 --- a/docs/examples/justified-nav/index.html +++ b/docs/examples/justified-nav/index.html @@ -80,7 +80,7 @@ <!-- Site footer --> <footer class="footer"> - <p>© Company 2014</p> + <p>© 2015 Company, Inc.</p> </footer> </div> <!-- /container --> diff --git a/docs/examples/offcanvas/index.html b/docs/examples/offcanvas/index.html index 5a7b13f47..58e12eeb0 100644 --- a/docs/examples/offcanvas/index.html +++ b/docs/examples/offcanvas/index.html @@ -118,7 +118,7 @@ <hr> <footer> - <p>© Company 2014</p> + <p>© 2015 Company, Inc.</p> </footer> </div><!--/.container--> |
