diff options
| author | Mark Otto <[email protected]> | 2013-01-11 10:58:17 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-11 10:58:17 -0800 |
| commit | 839f83c610e072d23967656e919996b88475fe80 (patch) | |
| tree | 7aee3f3195e1b438d5ecb74e77dfc1c77f5383b9 /docs | |
| parent | 6e5a2fedaaa75ea5052e495b04d424eaad4c3622 (diff) | |
| parent | cf852c1f62e3b62dbc51d78d558dd6f5a373a840 (diff) | |
| download | bootstrap-839f83c610e072d23967656e919996b88475fe80.tar.xz bootstrap-839f83c610e072d23967656e919996b88475fe80.zip | |
Merge branch 'wilfra-patch-2' into 2.3.0-wip
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/examples/carousel.html | 2 | ||||
| -rw-r--r-- | docs/examples/fluid.html | 2 | ||||
| -rw-r--r-- | docs/examples/hero.html | 2 | ||||
| -rw-r--r-- | docs/examples/justified-nav.html | 2 | ||||
| -rw-r--r-- | docs/examples/marketing-narrow.html | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/docs/examples/carousel.html b/docs/examples/carousel.html index 32fca5d73..30053e4be 100644 --- a/docs/examples/carousel.html +++ b/docs/examples/carousel.html @@ -418,7 +418,7 @@ <!-- FOOTER --> <footer> <p class="pull-right"><a href="#">Back to top</a></p> - <p>© 2012 Company, Inc. · <a href="#">Privacy</a> · <a href="#">Terms</a></p> + <p>© 2013 Company, Inc. · <a href="#">Privacy</a> · <a href="#">Terms</a></p> </footer> </div><!-- /.container --> diff --git a/docs/examples/fluid.html b/docs/examples/fluid.html index 4ca2920ef..f08661aec 100644 --- a/docs/examples/fluid.html +++ b/docs/examples/fluid.html @@ -128,7 +128,7 @@ <hr> <footer> - <p>© Company 2012</p> + <p>© Company 2013</p> </footer> </div><!--/.fluid-container--> diff --git a/docs/examples/hero.html b/docs/examples/hero.html index f0a5e1709..6c585eac2 100644 --- a/docs/examples/hero.html +++ b/docs/examples/hero.html @@ -100,7 +100,7 @@ <hr> <footer> - <p>© Company 2012</p> + <p>© Company 2013</p> </footer> </div> <!-- /container --> diff --git a/docs/examples/justified-nav.html b/docs/examples/justified-nav.html index 18135c9aa..9071a8d81 100644 --- a/docs/examples/justified-nav.html +++ b/docs/examples/justified-nav.html @@ -148,7 +148,7 @@ <hr> <div class="footer"> - <p>© Company 2012</p> + <p>© Company 2013</p> </div> </div> <!-- /container --> diff --git a/docs/examples/marketing-narrow.html b/docs/examples/marketing-narrow.html index 9ce1cd5bc..996f8a1da 100644 --- a/docs/examples/marketing-narrow.html +++ b/docs/examples/marketing-narrow.html @@ -111,7 +111,7 @@ <hr> <div class="footer"> - <p>© Company 2012</p> + <p>© Company 2013</p> </div> </div> <!-- /container --> |
