diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-08-17 10:58:38 -0700 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-08-17 10:58:38 -0700 |
commit | 5ccebbfb404739b8cbd62a33f68322769579822e (patch) | |
tree | 4caecaa5471fa677e5e117ea9cd9907be0c291cd /cyborg/index.html | |
parent | 5a2d0712ac9e653b78487ace96ccad15a483003f (diff) |
use new size classes in preview pages, fixes #129
Diffstat (limited to 'cyborg/index.html')
-rw-r--r-- | cyborg/index.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/cyborg/index.html b/cyborg/index.html index 650bd8c0..6154bff0 100644 --- a/cyborg/index.html +++ b/cyborg/index.html @@ -325,7 +325,7 @@ <div class="bs-example"> <p> - <button type="button" class="btn btn-default btn-large btn-block">Block level button</button> + <button type="button" class="btn btn-default btn-lg btn-block">Block level button</button> </p> </div> @@ -790,14 +790,14 @@ <li><a href="#">5</a></li> <li><a href="#">»</a></li> </ul> - <ul class="pagination pagination-large"> + <ul class="pagination pagination-lg"> <li class="disabled"><a href="#">«</a></li> <li class="active"><a href="#">1</a></li> <li><a href="#">2</a></li> <li><a href="#">3</a></li> <li><a href="#">»</a></li> </ul> - <ul class="pagination pagination-small"> + <ul class="pagination pagination-sm"> <li class="disabled"><a href="#">«</a></li> <li class="active"><a href="#">1</a></li> <li><a href="#">2</a></li> @@ -980,7 +980,7 @@ <div class="jumbotron"> <h1>Jumbotron</h1> <p>This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.</p> - <p><a class="btn btn-primary btn-large">Learn more</a></p> + <p><a class="btn btn-primary btn-lg">Learn more</a></p> </div> </div> </div> @@ -1122,12 +1122,12 @@ </div> </div> <div class="col-lg-4"> - <div class="well well-small"> + <div class="well well-sm"> Look, I'm in a small well! </div> </div> <div class="col-lg-4"> - <div class="well well-large"> + <div class="well well-lg"> Look, I'm in a large well! </div> </div> |