diff options
| author | Mark Otto <[email protected]> | 2012-01-30 21:15:57 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-30 21:15:57 -0800 |
| commit | 0f3a073b8dca534e78c09b71999d5a2632e2245d (patch) | |
| tree | 360f2a5f2152dc666ced31e21a6525d0e7eb2fa6 /examples | |
| parent | 21bebe77feb9265b06d65e1e941cf7c73c4d90c1 (diff) | |
| download | bootstrap-0f3a073b8dca534e78c09b71999d5a2632e2245d.tar.xz bootstrap-0f3a073b8dca534e78c09b71999d5a2632e2245d.zip | |
*really* refactor the buttons and update them all over the docs
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/fluid-reverse.html | 2 | ||||
| -rw-r--r-- | examples/fluid.html | 2 | ||||
| -rw-r--r-- | examples/hero.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/fluid-reverse.html b/examples/fluid-reverse.html index aa2a77489..2812e2152 100644 --- a/examples/fluid-reverse.html +++ b/examples/fluid-reverse.html @@ -60,7 +60,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 primary large">Learn more »</a></p> + <p><a class="btn btn-primary btn-large">Learn more »</a></p> </div> <div class="row-fluid"> <div class="span4"> diff --git a/examples/fluid.html b/examples/fluid.html index 738c52058..57ee5b091 100644 --- a/examples/fluid.html +++ b/examples/fluid.html @@ -82,7 +82,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 primary large">Learn more »</a></p> + <p><a class="btn btn-primary btn-large">Learn more »</a></p> </div> <div class="row-fluid"> <div class="span4"> diff --git a/examples/hero.html b/examples/hero.html index 1fa39922f..f6d97481c 100644 --- a/examples/hero.html +++ b/examples/hero.html @@ -56,7 +56,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 primary large">Learn more »</a></p> + <p><a class="btn btn-primary btn-large">Learn more »</a></p> </div> <!-- Example row of columns --> |
