diff options
| author | fat <[email protected]> | 2013-02-05 20:01:25 -0800 |
|---|---|---|
| committer | fat <[email protected]> | 2013-02-05 20:01:25 -0800 |
| commit | c25e8182baacfea77c15aba1e03e447297a26b84 (patch) | |
| tree | f33889c8f0ae73b246ade333cc773b045e1f3f85 /docs/examples | |
| parent | 45656fc7fcedf5a98d20c72292b203a1023c4177 (diff) | |
| parent | 31fdb2e25e3a0e924a7772edcd2fa3f12518e1f4 (diff) | |
| download | bootstrap-c25e8182baacfea77c15aba1e03e447297a26b84.tar.xz bootstrap-c25e8182baacfea77c15aba1e03e447297a26b84.zip | |
Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wip
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/fluid.html | 2 | ||||
| -rw-r--r-- | docs/examples/hero.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/fluid.html b/docs/examples/fluid.html index faf811b3a..502062a27 100644 --- a/docs/examples/fluid.html +++ b/docs/examples/fluid.html @@ -95,7 +95,7 @@ <div class="hero-unit"> <h1>Hello, world!</h1> <p>This is a template for a simple marketing or informational website. It includes a large callout called the hero unit and three supporting pieces of content. Use it as a starting point to create something more unique.</p> - <p><a class="btn btn-primary btn-large">Learn more »</a></p> + <p><a href="#" class="btn btn-primary btn-large">Learn more »</a></p> </div> <div class="row-fluid"> <div class="span4"> diff --git a/docs/examples/hero.html b/docs/examples/hero.html index ef7b222e1..6fb7a2c4e 100644 --- a/docs/examples/hero.html +++ b/docs/examples/hero.html @@ -75,7 +75,7 @@ <div class="hero-unit"> <h1>Hello, world!</h1> <p>This is a template for a simple marketing or informational website. It includes a large callout called the hero unit and three supporting pieces of content. Use it as a starting point to create something more unique.</p> - <p><a class="btn btn-primary btn-large">Learn more »</a></p> + <p><a href="#" class="btn btn-primary btn-large">Learn more »</a></p> </div> <!-- Example row of columns --> |
