Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
f6482aad
Commit
f6482aad
authored
Jul 10, 2014
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
components headings
parent
e8bd019a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
11 deletions
+5
-11
docs/_layouts/default.html
docs/_layouts/default.html
+5
-11
No files found.
docs/_layouts/default.html
View file @
f6482aad
...
...
@@ -14,8 +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 "components" %}
<h1>
Components
</h1>
<p
class=
"lead"
>
Global styles for common HTML elements, as well as dozens of reusable components like dropdowns, input groups, navigation, alerts, and much more.
</p>
{% elsif page.url contains "examples" %}
<h1>
Examples
</h1>
<p
class=
"lead"
>
Examples.
</p>
...
...
@@ -25,15 +28,6 @@
</div>
</div>
<!--
<div class="bs-docs-header" id="content">
<div class="bs-docs-container">
<h1>{{ page.title }}</h1>
<p>{{ page.lead }}</p>
{% include ads.html %}
</div>
</div>
-->
<div
class=
"bs-docs-container bs-docs-content"
>
{{ content }}
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment