diff options
| author | wangsai <[email protected]> | 2014-01-06 14:39:09 +0800 |
|---|---|---|
| committer | wangsai <[email protected]> | 2014-01-06 14:39:09 +0800 |
| commit | ed8ef845974d2c59254fca8e3e85cec62b1cae1e (patch) | |
| tree | a8459006bdfbba85820c3c7eb3af6e21de009dd8 | |
| parent | 0593a206382d03b5e44b561946bef42fb30d6cb6 (diff) | |
| download | bootstrap-ed8ef845974d2c59254fca8e3e85cec62b1cae1e.tar.xz bootstrap-ed8ef845974d2c59254fca8e3e85cec62b1cae1e.zip | |
fix the paragraph outside of '.bs-docs-section'
| -rw-r--r-- | docs/getting-started.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html index eb2fe8512..a73179f3a 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -105,8 +105,8 @@ bootstrap/ └── docs/ └── examples/ {% endhighlight %} + <p>The <code>less/</code>, <code>js/</code>, and <code>fonts/</code> are the source code for our CSS, JS, and icon fonts (respectively). The <code>dist/</code> folder includes everything listed in the precompiled download section above. The <code>docs/</code> folder includes the source code for our documentation, and <code>examples/</code> of Bootstrap usage. Beyond that, any other included file provides support for packages, license information, and development.</p> </div> - <p>The <code>less/</code>, <code>js/</code>, and <code>fonts/</code> are the source code for our CSS, JS, and icon fonts (respectively). The <code>dist/</code> folder includes everything listed in the precompiled download section above. The <code>docs/</code> folder includes the source code for our documentation, and <code>examples/</code> of Bootstrap usage. Beyond that, any other included file provides support for packages, license information, and development.</p> <!-- Template |
