diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 3f3a253c84..ad211d2fdd 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -13,6 +13,16 @@ body { /* We add the padding to the body for >768px only */ } +hr { + margin-top: 30px; + margin-bottom: 30px; +} + +.bs-docs-dl-options h4 { + margin-top: 15px; + margin-bottom: 5px; +} + .bs-docs-container, .bs-home-container { padding-left: 15px; diff --git a/docs/docs.html b/docs/docs.html index e62e44661f..bd61e6a6b8 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -19,28 +19,41 @@ title: Bootstrap Documentation
There are a few easy ways to quickly get started with Bootstrap, each one appealing to a different skill level and use case. Read through to see what suits your particular needs.
-The fastest way to get started: get the compiled and minified versions of our CSS, JavaScript, and fonts. No documentation or original source files are included.
- -Get the original files for all CSS and JavaScript, along with a local copy of the docs by downloading the latest version directly from GitHub.
- -Clone the entire project or fork your own version of Bootstrap to make it your own by visiting us on GitHub.
- -Install and manage the original files for all CSS and JavaScript, along with a local copy of the docs, using Bower.
+ +The fastest way to get started is to get the compiled and minified versions of our CSS, JavaScript, and fonts. No documentation or original source files are included.
+ + +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 %}