diff options
| author | Mark Otto <[email protected]> | 2012-04-19 09:28:40 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-04-19 09:28:40 -0700 |
| commit | fd009597b67fc8bbd599248ce832a3930c85a966 (patch) | |
| tree | f2b73aa782954238314d755e1e7ca3f19b8bca78 /docs | |
| parent | f89394b8efda4bb9c969a7c69f8e9743ed546776 (diff) | |
| download | bootstrap-fd009597b67fc8bbd599248ce832a3930c85a966.tar.xz bootstrap-fd009597b67fc8bbd599248ce832a3930c85a966.zip | |
mention responsive css in navbar responsive section
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/components.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/components.mustache | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/components.html b/docs/components.html index 7cd17b8b1..1678e58aa 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1073,7 +1073,7 @@ </div> </pre> <div class="alert alert-info"> - <strong>Heads up!</strong> The responsive navbar requires the <a href="./javascript.html#collapse">collapse plugin</a>. + <strong>Heads up!</strong> The responsive navbar requires the <a href="./javascript.html#collapse">collapse plugin</a> and <a href="./scaffolding.html#responsive">responsive Bootstrap CSS file</a>. </div> </div><!-- /.span --> diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index ac6ce243b..8e81a95df 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -996,7 +996,7 @@ </div> </pre> <div class="alert alert-info"> - <strong>{{_i}}Heads up!{{/i}}</strong> The responsive navbar requires the <a href="./javascript.html#collapse">collapse plugin</a>. + <strong>{{_i}}Heads up!{{/i}}</strong> The responsive navbar requires the <a href="./javascript.html#collapse">collapse plugin</a> and <a href="./scaffolding.html#responsive">responsive Bootstrap CSS file</a>. </div> </div><!-- /.span --> |
