aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-17 19:00:05 -0700
committerMark Otto <[email protected]>2013-08-17 19:00:14 -0700
commit3780edd956e0666361ef2a366945455d78ff9183 (patch)
tree74cfbba3639c1e1bf45c775ebb06d035032fc618 /examples
parente29c23afab2577e05cfaa41f64a20f1ca87222fc (diff)
downloadbootstrap-3780edd956e0666361ef2a366945455d78ff9183.tar.xz
bootstrap-3780edd956e0666361ef2a366945455d78ff9183.zip
update examples to use new .btn-lg class
Diffstat (limited to 'examples')
-rw-r--r--examples/jumbotron-narrow/index.html2
-rw-r--r--examples/jumbotron/index.html2
-rw-r--r--examples/justified-nav/index.html2
-rw-r--r--examples/navbar-fixed-top/index.html2
-rw-r--r--examples/navbar-static-top/index.html2
-rw-r--r--examples/navbar/index.html2
-rw-r--r--examples/signin/index.html2
7 files changed, 7 insertions, 7 deletions
diff --git a/examples/jumbotron-narrow/index.html b/examples/jumbotron-narrow/index.html
index c8b0fe920..2c70f9148 100644
--- a/examples/jumbotron-narrow/index.html
+++ b/examples/jumbotron-narrow/index.html
@@ -31,7 +31,7 @@
<div class="jumbotron">
<h1>Jumbotron heading</h1>
<p class="lead">Cras justo odio, dapibus ac facilisis in, egestas eget quam. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</p>
- <p><a class="btn btn-large btn-success" href="#">Sign up today</a></p>
+ <p><a class="btn btn-lg btn-success" href="#">Sign up today</a></p>
</div>
<div class="row marketing">
diff --git a/examples/jumbotron/index.html b/examples/jumbotron/index.html
index 1f8129128..23db4b6e6 100644
--- a/examples/jumbotron/index.html
+++ b/examples/jumbotron/index.html
@@ -65,7 +65,7 @@
<div class="jumbotron">
<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 &raquo;</a></p>
+ <p><a class="btn btn-primary btn-lg">Learn more &raquo;</a></p>
</div>
<div class="body-content">
diff --git a/examples/justified-nav/index.html b/examples/justified-nav/index.html
index 431b2780d..46ebb6d69 100644
--- a/examples/justified-nav/index.html
+++ b/examples/justified-nav/index.html
@@ -36,7 +36,7 @@
<div class="jumbotron">
<h1>Marketing stuff!</h1>
<p class="lead">Cras justo odio, dapibus ac facilisis in, egestas eget quam. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet.</p>
- <p><a class="btn btn-large btn-success" href="#">Get started today</a></p>
+ <p><a class="btn btn-lg btn-success" href="#">Get started today</a></p>
</div>
diff --git a/examples/navbar-fixed-top/index.html b/examples/navbar-fixed-top/index.html
index 2340bcfae..d1f1944e1 100644
--- a/examples/navbar-fixed-top/index.html
+++ b/examples/navbar-fixed-top/index.html
@@ -64,7 +64,7 @@
<p>This example is a quick exercise to illustrate how the default, static and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.</p>
<p>To see the difference between static and fixed top navbars, just scroll.</p>
<p>
- <a class="btn btn-large btn-primary" href="../../components/#navbar">View navbar docs &raquo;</a>
+ <a class="btn btn-lg btn-primary" href="../../components/#navbar">View navbar docs &raquo;</a>
</p>
</div>
diff --git a/examples/navbar-static-top/index.html b/examples/navbar-static-top/index.html
index 7bf1deccb..753e916a4 100644
--- a/examples/navbar-static-top/index.html
+++ b/examples/navbar-static-top/index.html
@@ -65,7 +65,7 @@
<p>This example is a quick exercise to illustrate how the default, static and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.</p>
<p>To see the difference between static and fixed top navbars, just scroll.</p>
<p>
- <a class="btn btn-large btn-primary" href="../../components/#navbar">View navbar docs &raquo;</a>
+ <a class="btn btn-lg btn-primary" href="../../components/#navbar">View navbar docs &raquo;</a>
</p>
</div>
diff --git a/examples/navbar/index.html b/examples/navbar/index.html
index ee2ba19b6..6f4cefe31 100644
--- a/examples/navbar/index.html
+++ b/examples/navbar/index.html
@@ -62,7 +62,7 @@
<h1>Navbar example</h1>
<p>This example is a quick exercise to illustrate how the default, static navbar and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.</p>
<p>
- <a class="btn btn-large btn-primary" href="../../components/#navbar">View navbar docs &raquo;</a>
+ <a class="btn btn-lg btn-primary" href="../../components/#navbar">View navbar docs &raquo;</a>
</p>
</div>
diff --git a/examples/signin/index.html b/examples/signin/index.html
index fefb73386..7c491ae9c 100644
--- a/examples/signin/index.html
+++ b/examples/signin/index.html
@@ -27,7 +27,7 @@
<label class="checkbox">
<input type="checkbox" value="remember-me"> Remember me
</label>
- <button class="btn btn-large btn-primary btn-block" type="submit">Sign in</button>
+ <button class="btn btn-lg btn-primary btn-block" type="submit">Sign in</button>
</form>
</div> <!-- /container -->