2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

docs redesign a bit

This commit is contained in:
Mark Otto
2015-03-09 14:07:46 +00:00
parent 9dc5868ea7
commit 6944e418eb
8 changed files with 93 additions and 51 deletions
+3 -3
View File
@@ -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 %}