aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-11-29 16:53:37 -0800
committerMark Otto <[email protected]>2014-11-29 16:53:37 -0800
commitc9289691ba9c5094b81243a07d2aa78f008fcc7f (patch)
treec1752777475af60058bac62029687402cf3827f3 /docs/_includes
parenta35ee9d21857cf34980645045aecec0d8ead9179 (diff)
downloadbootstrap-c9289691ba9c5094b81243a07d2aa78f008fcc7f.tar.xz
bootstrap-c9289691ba9c5094b81243a07d2aa78f008fcc7f.zip
fix the run-on
Diffstat (limited to 'docs/_includes')
-rw-r--r--docs/_includes/getting-started/whats-included.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/getting-started/whats-included.html b/docs/_includes/getting-started/whats-included.html
index a5c0258d2..d18fb0278 100644
--- a/docs/_includes/getting-started/whats-included.html
+++ b/docs/_includes/getting-started/whats-included.html
@@ -31,7 +31,7 @@ bootstrap/
└── glyphicons-halflings-regular.woff
{% endhighlight %}
- <p>This is the most basic form of Bootstrap: precompiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (<code>bootstrap.*</code>), as well as compiled and minified CSS and JS (<code>bootstrap.min.*</code>) and CSS source maps (<code>bootstrap.*.map</code>) for use with web browsers developer tools (if you are curious about CSS source maps check out Google Chrome developer network <a href="https://developers.google.com/chrome-developer-tools/docs/css-preprocessors" target="_blank">Working with CSS Preprocessors</a>). Fonts from Glyphicons are included, as is the optional Bootstrap theme.</p>
+ <p>This is the most basic form of Bootstrap: precompiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (<code>bootstrap.*</code>), as well as compiled and minified CSS and JS (<code>bootstrap.min.*</code>). CSS <a href="https://developers.google.com/chrome-developer-tools/docs/css-preprocessors">source maps</a> (<code>bootstrap.*.map</code>) are available for use with certain browsers' developer tools. Fonts from Glyphicons are included, as is the optional Bootstrap theme.</p>
<h2 id="whats-included-source">Bootstrap source code</h2>
<p>The Bootstrap source code download includes the precompiled CSS, JavaScript, and font assets, along with source Less, JavaScript, and documentation. More specifically, it includes the following and more:</p>