diff options
| author | Chris Rebert <[email protected]> | 2013-08-03 21:39:57 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-08-03 21:39:57 -0700 |
| commit | 23ef8c0c209844dd8b92d2a5ac82daffa7bd2914 (patch) | |
| tree | cc888bd30f8c753c45c122ea8e7ececbc55bde37 /customize.html | |
| parent | 30a01e0a3321426d581e63c97e21c2141357b631 (diff) | |
| download | bootstrap-23ef8c0c209844dd8b92d2a5ac82daffa7bd2914.tar.xz bootstrap-23ef8c0c209844dd8b92d2a5ac82daffa7bd2914.zip | |
Greater standardization of sizing terminology
In class names:
* large => lg
* small => sm
* mini => xs ("Extra small")
In screen size categories:
* Tiny => Extra small
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> |
