diff options
| author | Mark Otto <[email protected]> | 2012-01-25 10:02:52 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-25 10:02:52 -0800 |
| commit | 9553b1e3e9457a48b6da3724c906a36f935aa526 (patch) | |
| tree | 6b0f56e02b2f48e1ab7ca587bd5dbbc7ff4277e8 /docs | |
| parent | c381199968dc19a458f5e43e8b1aeebae284b7cc (diff) | |
| download | bootstrap-9553b1e3e9457a48b6da3724c906a36f935aa526.tar.xz bootstrap-9553b1e3e9457a48b6da3724c906a36f935aa526.zip | |
update docs to include separate responsive css, update docs to highlight proper file name, updated makefile to build responsive separately
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/base-css.html | 1 | ||||
| -rw-r--r-- | docs/components.html | 1 | ||||
| -rw-r--r-- | docs/download.html | 1 | ||||
| -rw-r--r-- | docs/index.html | 1 | ||||
| -rw-r--r-- | docs/javascript.html | 1 | ||||
| -rw-r--r-- | docs/less.html | 1 | ||||
| -rw-r--r-- | docs/scaffolding.html | 3 | ||||
| -rw-r--r-- | docs/templates/layout.mustache | 1 | ||||
| -rw-r--r-- | docs/templates/pages/scaffolding.mustache | 2 | ||||
| -rw-r--r-- | docs/upgrading.html | 1 |
10 files changed, 11 insertions, 2 deletions
diff --git a/docs/base-css.html b/docs/base-css.html index 6b6bd5c51..790243426 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -14,6 +14,7 @@ <!-- Le styles --> <link href="../bootstrap.css" rel="stylesheet"> + <link href="../bootstrap-responsive.css" rel="stylesheet"> <link href="assets/css/docs.css" rel="stylesheet"> <link href="assets/js/google-code-prettify/prettify.css" rel="stylesheet"> diff --git a/docs/components.html b/docs/components.html index c1cec739c..e52780183 100644 --- a/docs/components.html +++ b/docs/components.html @@ -14,6 +14,7 @@ <!-- Le styles --> <link href="../bootstrap.css" rel="stylesheet"> + <link href="../bootstrap-responsive.css" rel="stylesheet"> <link href="assets/css/docs.css" rel="stylesheet"> <link href="assets/js/google-code-prettify/prettify.css" rel="stylesheet"> diff --git a/docs/download.html b/docs/download.html index 1d74c4f78..7c0367519 100644 --- a/docs/download.html +++ b/docs/download.html @@ -14,6 +14,7 @@ <!-- Le styles --> <link href="../bootstrap.css" rel="stylesheet"> + <link href="../bootstrap-responsive.css" rel="stylesheet"> <link href="assets/css/docs.css" rel="stylesheet"> <link href="assets/js/google-code-prettify/prettify.css" rel="stylesheet"> diff --git a/docs/index.html b/docs/index.html index 83e65c97e..4e3ecd038 100644 --- a/docs/index.html +++ b/docs/index.html @@ -14,6 +14,7 @@ <!-- Le styles --> <link href="../bootstrap.css" rel="stylesheet"> + <link href="../bootstrap-responsive.css" rel="stylesheet"> <link href="assets/css/docs.css" rel="stylesheet"> <link href="assets/js/google-code-prettify/prettify.css" rel="stylesheet"> diff --git a/docs/javascript.html b/docs/javascript.html index c6682660f..9ef609138 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -14,6 +14,7 @@ <!-- Le styles --> <link href="../bootstrap.css" rel="stylesheet"> + <link href="../bootstrap-responsive.css" rel="stylesheet"> <link href="assets/css/docs.css" rel="stylesheet"> <link href="assets/js/google-code-prettify/prettify.css" rel="stylesheet"> diff --git a/docs/less.html b/docs/less.html index e10c8899b..1e6c48253 100644 --- a/docs/less.html +++ b/docs/less.html @@ -14,6 +14,7 @@ <!-- Le styles --> <link href="../bootstrap.css" rel="stylesheet"> + <link href="../bootstrap-responsive.css" rel="stylesheet"> <link href="assets/css/docs.css" rel="stylesheet"> <link href="assets/js/google-code-prettify/prettify.css" rel="stylesheet"> diff --git a/docs/scaffolding.html b/docs/scaffolding.html index 3a903cf57..7f2bbc09f 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -14,6 +14,7 @@ <!-- Le styles --> <link href="../bootstrap.css" rel="stylesheet"> + <link href="../bootstrap-responsive.css" rel="stylesheet"> <link href="assets/css/docs.css" rel="stylesheet"> <link href="assets/js/google-code-prettify/prettify.css" rel="stylesheet"> @@ -355,7 +356,7 @@ <div class="span5"> <p>Bootstrap doesn't automatically include these media queries, but understanding and adding them is very easy and requires minimal setup. You have a few options for including the responsive features of Bootstrap:</p> <ol> - <li>Use the compiled responsive version, bootstrap.reponsive.css</li> + <li>Use the compiled responsive version, bootstrap-reponsive.css</li> <li>Add @import "responsive.less" and recompile Bootstrap</li> <li>Modify and recompile responsive.less as a separate</li> </ol> diff --git a/docs/templates/layout.mustache b/docs/templates/layout.mustache index 1fec7788e..0bcfaeb63 100644 --- a/docs/templates/layout.mustache +++ b/docs/templates/layout.mustache @@ -14,6 +14,7 @@ <!-- Le styles --> <link href="../bootstrap.css" rel="stylesheet"> + <link href="../bootstrap-responsive.css" rel="stylesheet"> <link href="assets/css/docs.css" rel="stylesheet"> <link href="assets/js/google-code-prettify/prettify.css" rel="stylesheet"> diff --git a/docs/templates/pages/scaffolding.mustache b/docs/templates/pages/scaffolding.mustache index aea8002ad..a89f93d8e 100644 --- a/docs/templates/pages/scaffolding.mustache +++ b/docs/templates/pages/scaffolding.mustache @@ -292,7 +292,7 @@ <div class="span5"> <p>{{_i}}Bootstrap doesn't automatically include these media queries, but understanding and adding them is very easy and requires minimal setup. You have a few options for including the responsive features of Bootstrap:{{/i}}</p> <ol> - <li>{{_i}}Use the compiled responsive version, bootstrap.reponsive.css{{/i}}</li> + <li>{{_i}}Use the compiled responsive version, bootstrap-reponsive.css{{/i}}</li> <li>{{_i}}Add @import "responsive.less" and recompile Bootstrap{{/i}}</li> <li>{{_i}}Modify and recompile responsive.less as a separate{{/i}}</li> </ol> diff --git a/docs/upgrading.html b/docs/upgrading.html index 75b8e7327..33b4d939a 100644 --- a/docs/upgrading.html +++ b/docs/upgrading.html @@ -14,6 +14,7 @@ <!-- Le styles --> <link href="../bootstrap.css" rel="stylesheet"> + <link href="../bootstrap-responsive.css" rel="stylesheet"> <link href="assets/css/docs.css" rel="stylesheet"> <link href="assets/js/google-code-prettify/prettify.css" rel="stylesheet"> |
