2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

move all css files over to components dir

This commit is contained in:
Mark Otto
2014-07-10 20:02:47 -07:00
parent 55d6b3fcda
commit e8bd019a19
16 changed files with 173 additions and 189 deletions
+5
View File
@@ -14,6 +14,11 @@
{% if page.url contains "getting-started" %}
<h1>Getting started</h1>
<p class="lead">Learn how to quickly start a new project with Bootstrap with downloads, basic templates and examples, and more.</p>
{% elsif page.url contains "css" %}
<p class="lead">Global CSS settings, fundamental HTML elements styled and enhanced with extensible classes, and an advanced grid system.</p>
{% elsif page.url contains "examples" %}
<h1>Examples</h1>
<p class="lead">Examples.</p>
{% endif %}
{% include ads.html %}