aboutsummaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-03-22 21:33:06 -0700
committerMark Otto <[email protected]>2012-03-22 21:33:06 -0700
commitab068f6fda525236220af6e1bf879a677ed6bfc0 (patch)
treed833d52ec9c9b5b2511992f72fcdb9ee54d0c318 /docs/templates
parentbdf8a6966be7d2b2e62ea1860501fbdf59ef671d (diff)
downloadbootstrap-ab068f6fda525236220af6e1bf879a677ed6bfc0.tar.xz
bootstrap-ab068f6fda525236220af6e1bf879a677ed6bfc0.zip
bump version numbers in css files to 2.0.3, break out responsive CSS into separate files for further customization
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/pages/download.mustache6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/templates/pages/download.mustache b/docs/templates/pages/download.mustache
index cec420f3e..051291148 100644
--- a/docs/templates/pages/download.mustache
+++ b/docs/templates/pages/download.mustache
@@ -66,7 +66,11 @@
<label class="checkbox"><input checked="checked" type="checkbox" value="utilities.less"> {{_i}}Utilities{{/i}}</label>
<label class="checkbox"><input checked="checked" type="checkbox" value="component-animations.less"> {{_i}}Component animations{{/i}}</label>
<h3>{{_i}}Responsive{{/i}}</h3>
- <label class="checkbox"><input checked="checked" type="checkbox" value="responsive.less"> {{_i}}Responsive layouts{{/i}}</label>
+ <label class="checkbox"><input checked="checked" type="checkbox" value="responsive-utility-classes.less"> {{_i}}Visible/hidden classes{{/i}}</label>
+ <label class="checkbox"><input checked="checked" type="checkbox" value="responsive-767px-max.less"> {{_i}}Narrow tablets and below (<767px){{/i}}</label>
+ <label class="checkbox"><input checked="checked" type="checkbox" value="responsive-768px-979px.less"> {{_i}}Tablets to desktops (767-979px){{/i}}</label>
+ <label class="checkbox"><input checked="checked" type="checkbox" value="responsive-1200px-min.less"> {{_i}}Large desktops (>1200px){{/i}}</label>
+ <label class="checkbox"><input checked="checked" type="checkbox" value="responsive-navbar.less"> {{_i}}Responsive navbar{{/i}}</label>
</div><!-- /span -->
</div><!-- /row -->
</section>