aboutsummaryrefslogtreecommitdiff
path: root/getting-started.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-08-03 21:39:57 -0700
committerChris Rebert <[email protected]>2013-08-03 21:39:57 -0700
commit23ef8c0c209844dd8b92d2a5ac82daffa7bd2914 (patch)
treecc888bd30f8c753c45c122ea8e7ececbc55bde37 /getting-started.html
parent30a01e0a3321426d581e63c97e21c2141357b631 (diff)
downloadbootstrap-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.html2
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>