From 71acb0c42bd120c61e2943f3d794a0b8a905644d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 26 Jul 2013 19:25:13 -0700 Subject: [PATCH] Tweak getting started section --- getting-started.html | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/getting-started.html b/getting-started.html index 51909b66e5..d2aa08f26a 100644 --- a/getting-started.html +++ b/getting-started.html @@ -43,10 +43,10 @@ lead: "An overview of Bootstrap, how to download and use, basic templates and ex

The folks over at NetDNA have graciously provided CDN support for Bootstrap's CSS and JavaScript. To use, swap your local instances for the Bootstrap CDN links listed below.

{% highlight html linenos %} - + - + {% endhighlight %}
@@ -79,7 +79,7 @@ bootstrap/

This is the most basic form of Bootstrap: compiled 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.*). The image files are compressed using ImageOptim, a Mac app for compressing PNGs.

jQuery required

-

Please note that all JavaScript plugins require jQuery to be included, as shown in the starter template.

+

Please note that all JavaScript plugins require jQuery to be included, as shown in the starter template.

@@ -91,9 +91,8 @@ bootstrap/ -

Make use of a super basic HTML template, or dive into a few examples we've started for you. We encourage folks to iterate on these examples and not simply use them as an end result.

+

Make use of a super basic HTML template, or dive into a few examples we've started for you. We encourage folks to iterate on these examples and not simply use them as an end result.

-

HTML template

Copy and paste the HTML from below to get started with a bare bones Bootstrap document.

{% highlight html %} @@ -118,10 +117,8 @@ bootstrap/ {% endhighlight %} -
-

Looking for more example templates?

-

Check out the new Examples repository on GitHub, or view them in your browser. Included are over a dozen example templates for building with and extending Bootstrap.

+

Check out the new Examples repository on GitHub, or view them in your browser. Included are over a dozen example templates for building with and extending Bootstrap.

@@ -196,7 +193,7 @@ bootstrap/ -

The full Bootstrap license is located in the project repository for more information.

+

The full Bootstrap license is located in the project repository for more information.