aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-03-09 14:07:46 +0000
committerMark Otto <[email protected]>2015-03-09 14:07:46 +0000
commit6944e418eb3d5c8b06da2a1160db80560fdd00e7 (patch)
treece9b46a9489382e240521e3bcc45283bc82e334d /docs/getting-started
parent9dc5868ea700a8d55af9d3dd90ef58bd110f38b9 (diff)
downloadbootstrap-6944e418eb3d5c8b06da2a1160db80560fdd00e7.tar.xz
bootstrap-6944e418eb3d5c8b06da2a1160db80560fdd00e7.zip
docs redesign a bit
Diffstat (limited to 'docs/getting-started')
-rw-r--r--docs/getting-started/quick-start.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/getting-started/quick-start.md b/docs/getting-started/quick-start.md
index b4476eb10..433b70ce0 100644
--- a/docs/getting-started/quick-start.md
+++ b/docs/getting-started/quick-start.md
@@ -7,9 +7,10 @@ Quickly add Bootstrap to your project via the [Bootstrap CDN](http://bootstrapcd
Copy-paste the stylesheet `<link>` into your `<head>` before all other stylesheets.
-**Disabled for v4 during alpha releases.**
+<div class="alert alert-warning">
+ <strong>Heads up!</strong> Much of this page will be inaccurate during the v4 alpha releases.
+</div>
-{% comment %}
{% highlight html %}
<link rel="stylesheet" href="{{ site.cdn.css }}">
{% endhighlight %}
@@ -47,4 +48,3 @@ Put it all together and your pages should look like this:
{% endhighlight %}
And that's it. Happy Bootstrapping!
-{% endcomment %}