diff options
| author | Mark Otto <[email protected]> | 2013-08-03 22:44:44 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-03 22:44:44 -0700 |
| commit | c45edbe6b515daad00905d351c310e7d3fa2926f (patch) | |
| tree | 2e6600473043335611ebce3195337a74c294c716 /customize.html | |
| parent | 30a01e0a3321426d581e63c97e21c2141357b631 (diff) | |
| parent | cabcd36019cb7000c537bcd8292d4905239685f7 (diff) | |
| download | bootstrap-c45edbe6b515daad00905d351c310e7d3fa2926f.tar.xz bootstrap-c45edbe6b515daad00905d351c310e7d3fa2926f.zip | |
Merge pull request #9056 from twbs/large-to-lg-etc
Greater standardization of sizing terminology
Diffstat (limited to 'customize.html')
| -rw-r--r-- | customize.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/customize.html b/customize.html index ad283c64d..08092d763 100644 --- a/customize.html +++ b/customize.html @@ -486,7 +486,7 @@ base_url: "../" <p>Define the breakpoints at which your layout will change, adapting to different screen sizes.</p> <div class="row"> <div class="col-lg-6"> - <label>@screen-tiny</label> + <label>@screen-xsmall</label> <input type="text" class="form-control" placeholder="480px"> <label>@screen-small</label> <input type="text" class="form-control" placeholder="768px"> @@ -1439,7 +1439,7 @@ base_url: "../" </div> <p class="lead">Hooray! Your custom version of Bootstrap is now ready to be compiled. Just click the button below to finish the process.</p> <div class="bs-customize-download"> - <a class="btn btn-block btn-large btn-bs" href="#" onclick="_gaq.push(['_trackEvent', 'Customize', 'Download', 'Customize and Download']);">Customize and Download</a> + <a class="btn btn-block btn-lg btn-bs" href="#" onclick="_gaq.push(['_trackEvent', 'Customize', 'Download', 'Customize and Download']);">Customize and Download</a> </div> <div class="bs-callout bs-callout-danger"> <h4>What's included?</h4> |
