From c9289691ba9c5094b81243a07d2aa78f008fcc7f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 29 Nov 2014 16:53:37 -0800 Subject: [PATCH] fix the run-on --- docs/_includes/getting-started/whats-included.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_includes/getting-started/whats-included.html b/docs/_includes/getting-started/whats-included.html index a5c0258d23..d18fb02787 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 %} -

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 (bootstrap.*), as well as compiled and minified CSS and JS (bootstrap.min.*) and CSS source maps (bootstrap.*.map) for use with web browsers developer tools (if you are curious about CSS source maps check out Google Chrome developer network Working with CSS Preprocessors). Fonts from Glyphicons are included, as is the optional Bootstrap theme.

+

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 (bootstrap.*), as well as compiled and minified CSS and JS (bootstrap.min.*). CSS source maps (bootstrap.*.map) are available for use with certain browsers' developer tools. Fonts from Glyphicons are included, as is the optional Bootstrap theme.

Bootstrap source code

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: