diff options
| author | Mark Otto <[email protected]> | 2012-02-10 23:57:31 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-10 23:57:31 -0800 |
| commit | b4b3343a617f8b23abcfa502dfd5fb4ff7c50ba1 (patch) | |
| tree | ce8fa6bbb7f5cec914cc1460fbc3b81995623814 | |
| parent | c720d951be4481dab684955b7ef1a4ebb03ed0cf (diff) | |
| download | bootstrap-b4b3343a617f8b23abcfa502dfd5fb4ff7c50ba1.tar.xz bootstrap-b4b3343a617f8b23abcfa502dfd5fb4ff7c50ba1.zip | |
clarify structure of responsive css file
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 52621 -> 52621 bytes | |||
| -rw-r--r-- | docs/scaffolding.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/scaffolding.mustache | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex 0c63fb363..d0a3ffdf7 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip diff --git a/docs/scaffolding.html b/docs/scaffolding.html index b2962f317..d58c0e15b 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -315,7 +315,7 @@ </div> <div class="span8"> <h2>Supported devices</h2> - <p>Bootstrap supports a handful of media queries to help make your projects more appropriate on different devices and screen resolutions. Here's what's included:</p> + <p>Bootstrap supports a handful of media queries in a single file to help make your projects more appropriate on different devices and screen resolutions. Here's what's included:</p> <table class="table table-bordered table-striped"> <thead> <tr> diff --git a/docs/templates/pages/scaffolding.mustache b/docs/templates/pages/scaffolding.mustache index 1694a052d..c14930c52 100644 --- a/docs/templates/pages/scaffolding.mustache +++ b/docs/templates/pages/scaffolding.mustache @@ -239,7 +239,7 @@ </div> <div class="span8"> <h2>{{_i}}Supported devices{{/i}}</h2> - <p>{{_i}}Bootstrap supports a handful of media queries to help make your projects more appropriate on different devices and screen resolutions. Here's what's included:{{/i}}</p> + <p>{{_i}}Bootstrap supports a handful of media queries in a single file to help make your projects more appropriate on different devices and screen resolutions. Here's what's included:{{/i}}</p> <table class="table table-bordered table-striped"> <thead> <tr> |
