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 /getting-started.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 'getting-started.html')
| -rw-r--r-- | getting-started.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/getting-started.html b/getting-started.html index 2f72fa767..42947bbcd 100644 --- a/getting-started.html +++ b/getting-started.html @@ -17,7 +17,7 @@ base_url: "../" <h3>Download compiled CSS and JS</h3> <p class="lead">The fastest way to get started is to get the compiled and minified versions of our CSS and JavaScript. No documentation or original source files are included.</p> - <p><a class="btn btn-large btn-primary" href="{{ site.download_dist }}" onclick="_gaq.push(['_trackEvent', 'Getting started', 'Download', 'Download compiled']);">Download Bootstrap</a></p> + <p><a class="btn btn-lg btn-primary" href="{{ site.download_dist }}" onclick="_gaq.push(['_trackEvent', 'Getting started', 'Download', 'Download compiled']);">Download Bootstrap</a></p> <hr> |
