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
e1bb9070
Commit
e1bb9070
authored
Dec 24, 2014
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rearrange contents docs--type, tables, images, forms, etc--into own docs section
parent
73e59c26
Changes
10
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
16 additions
and
7 deletions
+16
-7
docs/_data/nav.yml
docs/_data/nav.yml
+6
-3
docs/_layouts/default.html
docs/_layouts/default.html
+8
-3
docs/assets/css/docs.min.css
docs/assets/css/docs.min.css
+1
-1
docs/assets/scss/docs.scss
docs/assets/scss/docs.scss
+1
-0
docs/content/buttons.md
docs/content/buttons.md
+0
-0
docs/content/code.md
docs/content/code.md
+0
-0
docs/content/forms.md
docs/content/forms.md
+0
-0
docs/content/images.md
docs/content/images.md
+0
-0
docs/content/tables.md
docs/content/tables.md
+0
-0
docs/content/typography.md
docs/content/typography.md
+0
-0
No files found.
docs/_data/nav.yml
View file @
e1bb9070
...
@@ -43,7 +43,7 @@
...
@@ -43,7 +43,7 @@
-
title
:
Print
-
title
:
Print
-
title
:
Test cases
-
title
:
Test cases
-
title
:
Co
mponents
-
title
:
Co
ntent
pages
:
pages
:
-
title
:
Typography
-
title
:
Typography
sections
:
sections
:
...
@@ -59,8 +59,6 @@
...
@@ -59,8 +59,6 @@
-
title
:
Address
-
title
:
Address
-
title
:
Blockquotes
-
title
:
Blockquotes
-
title
:
Lists
-
title
:
Lists
-
title
:
Jumbotron
-
title
:
Page header
-
title
:
Images
-
title
:
Images
-
title
:
Code
-
title
:
Code
sections
:
sections
:
...
@@ -72,6 +70,11 @@
...
@@ -72,6 +70,11 @@
-
title
:
Tables
-
title
:
Tables
-
title
:
Forms
-
title
:
Forms
-
title
:
Buttons
-
title
:
Buttons
-
title
:
Components
pages
:
-
title
:
Jumbotron
-
title
:
Page header
-
title
:
Button group
-
title
:
Button group
-
title
:
Button dropdown
-
title
:
Button dropdown
-
title
:
Input group
-
title
:
Input group
...
...
docs/_layouts/default.html
View file @
e1bb9070
...
@@ -17,12 +17,17 @@
...
@@ -17,12 +17,17 @@
{% elsif page.url contains "layout" %}
{% elsif page.url contains "layout" %}
<h1>
Layout
</h1>
<h1>
Layout
</h1>
<p
class=
"lead"
>
Grid system, containers, media object, and responsive utilities for organization pages.
</p>
<p
class=
"lead"
>
Grid system, containers, media object, and responsive utilities for organization pages.
</p>
{% elsif page.url contains "components
" %}
{% elsif page.url contains "content
" %}
<h1>
Components
</h1>
<h1>
Components
</h1>
<p
class=
"lead"
>
<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.
Styles and patterns for common HTML elements like typography, tables, forms, and
more.
</p>
</p>
{% elsif page.url contains "javascript" %}
{% elsif page.url contains "components" %}
<h1>
Components
</h1>
<p
class=
"lead"
>
Custom design patterns built as reusable components, including dropdowns, input groups, navigation, alerts, and more.
</p>
{% elsif page.url contains "javascript" %}
<h1>
JavaScript
</h1>
<h1>
JavaScript
</h1>
<p
class=
"lead"
>
Bring Bootstrap's components to life with over a dozen custom jQuery plugins. Easily include them all, or one by one.
</p>
<p
class=
"lead"
>
Bring Bootstrap's components to life with over a dozen custom jQuery plugins. Easily include them all, or one by one.
</p>
{% elsif page.url contains "examples" %}
{% elsif page.url contains "examples" %}
...
...
docs/assets/css/docs.min.css
View file @
e1bb9070
This diff is collapsed.
Click to expand it.
docs/assets/scss/docs.scss
View file @
e1bb9070
...
@@ -786,6 +786,7 @@ body {
...
@@ -786,6 +786,7 @@ body {
>
h2
{
>
h2
{
margin-top
:
3rem
;
margin-top
:
3rem
;
font-weight
:
normal
;
}
}
>
h3
{
>
h3
{
...
...
docs/co
mponents
/buttons.md
→
docs/co
ntent
/buttons.md
View file @
e1bb9070
File moved
docs/co
mponents
/code.md
→
docs/co
ntent
/code.md
View file @
e1bb9070
File moved
docs/co
mponents
/forms.md
→
docs/co
ntent
/forms.md
View file @
e1bb9070
File moved
docs/co
mponents
/images.md
→
docs/co
ntent
/images.md
View file @
e1bb9070
File moved
docs/co
mponents
/tables.md
→
docs/co
ntent
/tables.md
View file @
e1bb9070
File moved
docs/co
mponents
/typography.md
→
docs/co
ntent
/typography.md
View file @
e1bb9070
File moved
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