diff options
| author | Chris Rebert <[email protected]> | 2013-09-10 16:52:37 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-09-10 16:52:37 -0700 |
| commit | cf09ec3c77b080c8969d1c96ec4ee2db1c8bafed (patch) | |
| tree | 0a59193d8c31dccf2d900d27ce4119573ba2e4fa /examples/carousel | |
| parent | 52516ecebaaa8efcc5bde1a48b81c8a95c961a82 (diff) | |
| parent | a2a5be11a37b2095418c99139e2d648d770a5110 (diff) | |
| download | bootstrap-cf09ec3c77b080c8969d1c96ec4ee2db1c8bafed.tar.xz bootstrap-cf09ec3c77b080c8969d1c96ec4ee2db1c8bafed.zip | |
Merge pull request #10563 from lipis/patch-1
Updated the old btn-large in carousel example
Diffstat (limited to 'examples/carousel')
| -rw-r--r-- | examples/carousel/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/carousel/index.html b/examples/carousel/index.html index e92c27f7c..f716a6309 100644 --- a/examples/carousel/index.html +++ b/examples/carousel/index.html @@ -79,7 +79,7 @@ <div class="carousel-caption"> <h1>Example headline.</h1> <p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p> - <p><a class="btn btn-large btn-primary" href="#" role="button">Sign up today</a></p> + <p><a class="btn btn-lg btn-primary" href="#" role="button">Sign up today</a></p> </div> </div> </div> @@ -89,7 +89,7 @@ <div class="carousel-caption"> <h1>Another example headline.</h1> <p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p> - <p><a class="btn btn-large btn-primary" href="#" role="button">Learn more</a></p> + <p><a class="btn btn-lg btn-primary" href="#" role="button">Learn more</a></p> </div> </div> </div> @@ -99,7 +99,7 @@ <div class="carousel-caption"> <h1>One more for good measure.</h1> <p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p> - <p><a class="btn btn-large btn-primary" href="#" role="button">Browse gallery</a></p> + <p><a class="btn btn-lg btn-primary" href="#" role="button">Browse gallery</a></p> </div> </div> </div> |
