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
59673bf9
Commit
59673bf9
authored
Jan 14, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1003 from cgunther/docs-fixes
Fix links in docs top bar and section ids
parents
07530073
ec7f8917
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
26 additions
and
19 deletions
+26
-19
docs/base-css.html
docs/base-css.html
+4
-3
docs/components.html
docs/components.html
+7
-6
docs/index.html
docs/index.html
+3
-2
docs/javascript.html
docs/javascript.html
+3
-2
docs/less.html
docs/less.html
+3
-2
docs/scaffolding.html
docs/scaffolding.html
+3
-2
docs/upgrading.html
docs/upgrading.html
+3
-2
No files found.
docs/base-css.html
View file @
59673bf9
...
...
@@ -40,7 +40,7 @@
<b
class=
"caret"
></b>
</a>
<ul
class=
"dropdown-menu"
>
<li><a
href=
"./scaffolding.html#grid"
>
Grid system
</a></li>
<li><a
href=
"./scaffolding.html#grid
-system
"
>
Grid system
</a></li>
<li><a
href=
"./scaffolding.html#layouts"
>
Layouts
</a></li>
<li><a
href=
"./scaffolding.html#responsive"
>
Responsive design
</a></li>
</ul>
...
...
@@ -51,7 +51,7 @@
<b
class=
"caret"
></b>
</a>
<ul
class=
"dropdown-menu"
>
<li><a
href=
"./base-css.html#typ
e"
>
Type
</a></li>
<li><a
href=
"./base-css.html#typ
ography"
>
Typography
</a></li>
<li><a
href=
"./base-css.html#tables"
>
Tables
</a></li>
<li><a
href=
"./base-css.html#forms"
>
Forms
</a></li>
<li><a
href=
"./base-css.html#buttons"
>
Buttons
</a></li>
...
...
@@ -72,6 +72,7 @@
<li><a
href=
"./components.html#pagination"
>
Pagination
</a></li>
<li><a
href=
"./components.html#thumbnails"
>
Thumbnails
</a></li>
<li><a
href=
"./components.html#alerts"
>
Alert messages
</a></li>
<li><a
href=
"./components.html#progress"
>
Progress bars
</a></li>
</ul>
</li>
<li
class=
"dropdown"
>
...
...
@@ -928,7 +929,7 @@
<p>
States like error, warning, and success are included for each type of form control. Also included are styles for disabled controls.
</p>
</div>
</div>
<h2>
Four types of forms
</h2>
<p>
Bootstrap provides simple markup and styles for four styles of common web forms.
</p>
<table
class=
"bordered-table striped-table"
>
...
...
docs/components.html
View file @
59673bf9
...
...
@@ -40,7 +40,7 @@
<b
class=
"caret"
></b>
</a>
<ul
class=
"dropdown-menu"
>
<li><a
href=
"./scaffolding.html#grid"
>
Grid system
</a></li>
<li><a
href=
"./scaffolding.html#grid
-system
"
>
Grid system
</a></li>
<li><a
href=
"./scaffolding.html#layouts"
>
Layouts
</a></li>
<li><a
href=
"./scaffolding.html#responsive"
>
Responsive design
</a></li>
</ul>
...
...
@@ -51,7 +51,7 @@
<b
class=
"caret"
></b>
</a>
<ul
class=
"dropdown-menu"
>
<li><a
href=
"./base-css.html#typ
e"
>
Type
</a></li>
<li><a
href=
"./base-css.html#typ
ography"
>
Typography
</a></li>
<li><a
href=
"./base-css.html#tables"
>
Tables
</a></li>
<li><a
href=
"./base-css.html#forms"
>
Forms
</a></li>
<li><a
href=
"./base-css.html#buttons"
>
Buttons
</a></li>
...
...
@@ -72,6 +72,7 @@
<li><a
href=
"./components.html#pagination"
>
Pagination
</a></li>
<li><a
href=
"./components.html#thumbnails"
>
Thumbnails
</a></li>
<li><a
href=
"./components.html#alerts"
>
Alert messages
</a></li>
<li><a
href=
"./components.html#progress"
>
Progress bars
</a></li>
</ul>
</li>
<li
class=
"dropdown"
>
...
...
@@ -844,7 +845,7 @@
<!-- Pagination
================================================== -->
<section
id=
"
carousel
"
>
<section
id=
"
pagination
"
>
<div
class=
"page-header"
>
<h1>
Pagination
<small></small></h1>
</div>
...
...
@@ -907,9 +908,9 @@
<!--
Media
<!--
Thumbnails
================================================== -->
<section
id=
"
media
"
>
<section
id=
"
thumbnails
"
>
<div
class=
"page-header"
>
<h1>
Thumbnails
<small>
Grids of images, videos, text, and more
</small></h1>
</div>
...
...
@@ -1159,7 +1160,7 @@
<!-- Progress bars
================================================== -->
<section
id=
"progress
s
"
>
<section
id=
"progress"
>
<div
class=
"page-header"
>
<h1>
Progress bars
<small>
For loading, redirecting, or action status
</small></h1>
</div>
...
...
docs/index.html
View file @
59673bf9
...
...
@@ -41,7 +41,7 @@
<b
class=
"caret"
></b>
</a>
<ul
class=
"dropdown-menu"
>
<li><a
href=
"./scaffolding.html#grid"
>
Grid system
</a></li>
<li><a
href=
"./scaffolding.html#grid
-system
"
>
Grid system
</a></li>
<li><a
href=
"./scaffolding.html#layouts"
>
Layouts
</a></li>
<li><a
href=
"./scaffolding.html#responsive"
>
Responsive design
</a></li>
</ul>
...
...
@@ -52,7 +52,7 @@
<b
class=
"caret"
></b>
</a>
<ul
class=
"dropdown-menu"
>
<li><a
href=
"./base-css.html#typ
e"
>
Type
</a></li>
<li><a
href=
"./base-css.html#typ
ography"
>
Typography
</a></li>
<li><a
href=
"./base-css.html#tables"
>
Tables
</a></li>
<li><a
href=
"./base-css.html#forms"
>
Forms
</a></li>
<li><a
href=
"./base-css.html#buttons"
>
Buttons
</a></li>
...
...
@@ -73,6 +73,7 @@
<li><a
href=
"./components.html#pagination"
>
Pagination
</a></li>
<li><a
href=
"./components.html#thumbnails"
>
Thumbnails
</a></li>
<li><a
href=
"./components.html#alerts"
>
Alert messages
</a></li>
<li><a
href=
"./components.html#progress"
>
Progress bars
</a></li>
</ul>
</li>
<li
class=
"dropdown"
>
...
...
docs/javascript.html
View file @
59673bf9
...
...
@@ -41,7 +41,7 @@
<b
class=
"caret"
></b>
</a>
<ul
class=
"dropdown-menu"
>
<li><a
href=
"./scaffolding.html#grid"
>
Grid system
</a></li>
<li><a
href=
"./scaffolding.html#grid
-system
"
>
Grid system
</a></li>
<li><a
href=
"./scaffolding.html#layouts"
>
Layouts
</a></li>
<li><a
href=
"./scaffolding.html#responsive"
>
Responsive design
</a></li>
</ul>
...
...
@@ -52,7 +52,7 @@
<b
class=
"caret"
></b>
</a>
<ul
class=
"dropdown-menu"
>
<li><a
href=
"./base-css.html#typ
e"
>
Type
</a></li>
<li><a
href=
"./base-css.html#typ
ography"
>
Typography
</a></li>
<li><a
href=
"./base-css.html#tables"
>
Tables
</a></li>
<li><a
href=
"./base-css.html#forms"
>
Forms
</a></li>
<li><a
href=
"./base-css.html#buttons"
>
Buttons
</a></li>
...
...
@@ -73,6 +73,7 @@
<li><a
href=
"./components.html#pagination"
>
Pagination
</a></li>
<li><a
href=
"./components.html#thumbnails"
>
Thumbnails
</a></li>
<li><a
href=
"./components.html#alerts"
>
Alert messages
</a></li>
<li><a
href=
"./components.html#progress"
>
Progress bars
</a></li>
</ul>
</li>
<li
class=
"dropdown active"
>
...
...
docs/less.html
View file @
59673bf9
...
...
@@ -40,7 +40,7 @@
<b
class=
"caret"
></b>
</a>
<ul
class=
"dropdown-menu"
>
<li><a
href=
"./scaffolding.html#grid"
>
Grid system
</a></li>
<li><a
href=
"./scaffolding.html#grid
-system
"
>
Grid system
</a></li>
<li><a
href=
"./scaffolding.html#layouts"
>
Layouts
</a></li>
<li><a
href=
"./scaffolding.html#responsive"
>
Responsive design
</a></li>
</ul>
...
...
@@ -51,7 +51,7 @@
<b
class=
"caret"
></b>
</a>
<ul
class=
"dropdown-menu"
>
<li><a
href=
"./base-css.html#typ
e"
>
Type
</a></li>
<li><a
href=
"./base-css.html#typ
ography"
>
Typography
</a></li>
<li><a
href=
"./base-css.html#tables"
>
Tables
</a></li>
<li><a
href=
"./base-css.html#forms"
>
Forms
</a></li>
<li><a
href=
"./base-css.html#buttons"
>
Buttons
</a></li>
...
...
@@ -72,6 +72,7 @@
<li><a
href=
"./components.html#pagination"
>
Pagination
</a></li>
<li><a
href=
"./components.html#thumbnails"
>
Thumbnails
</a></li>
<li><a
href=
"./components.html#alerts"
>
Alert messages
</a></li>
<li><a
href=
"./components.html#progress"
>
Progress bars
</a></li>
</ul>
</li>
<li
class=
"dropdown"
>
...
...
docs/scaffolding.html
View file @
59673bf9
...
...
@@ -40,7 +40,7 @@
<b
class=
"caret"
></b>
</a>
<ul
class=
"dropdown-menu"
>
<li><a
href=
"./scaffolding.html#grid"
>
Grid system
</a></li>
<li><a
href=
"./scaffolding.html#grid
-system
"
>
Grid system
</a></li>
<li><a
href=
"./scaffolding.html#layouts"
>
Layouts
</a></li>
<li><a
href=
"./scaffolding.html#responsive"
>
Responsive design
</a></li>
</ul>
...
...
@@ -51,7 +51,7 @@
<b
class=
"caret"
></b>
</a>
<ul
class=
"dropdown-menu"
>
<li><a
href=
"./base-css.html#typ
e"
>
Type
</a></li>
<li><a
href=
"./base-css.html#typ
ography"
>
Typography
</a></li>
<li><a
href=
"./base-css.html#tables"
>
Tables
</a></li>
<li><a
href=
"./base-css.html#forms"
>
Forms
</a></li>
<li><a
href=
"./base-css.html#buttons"
>
Buttons
</a></li>
...
...
@@ -72,6 +72,7 @@
<li><a
href=
"./components.html#pagination"
>
Pagination
</a></li>
<li><a
href=
"./components.html#thumbnails"
>
Thumbnails
</a></li>
<li><a
href=
"./components.html#alerts"
>
Alert messages
</a></li>
<li><a
href=
"./components.html#progress"
>
Progress bars
</a></li>
</ul>
</li>
<li
class=
"dropdown"
>
...
...
docs/upgrading.html
View file @
59673bf9
...
...
@@ -40,7 +40,7 @@
<b
class=
"caret"
></b>
</a>
<ul
class=
"dropdown-menu"
>
<li><a
href=
"./scaffolding.html#grid"
>
Grid system
</a></li>
<li><a
href=
"./scaffolding.html#grid
-system
"
>
Grid system
</a></li>
<li><a
href=
"./scaffolding.html#layouts"
>
Layouts
</a></li>
<li><a
href=
"./scaffolding.html#responsive"
>
Responsive design
</a></li>
</ul>
...
...
@@ -51,7 +51,7 @@
<b
class=
"caret"
></b>
</a>
<ul
class=
"dropdown-menu"
>
<li><a
href=
"./base-css.html#typ
e"
>
Type
</a></li>
<li><a
href=
"./base-css.html#typ
ography"
>
Typography
</a></li>
<li><a
href=
"./base-css.html#tables"
>
Tables
</a></li>
<li><a
href=
"./base-css.html#forms"
>
Forms
</a></li>
<li><a
href=
"./base-css.html#buttons"
>
Buttons
</a></li>
...
...
@@ -72,6 +72,7 @@
<li><a
href=
"./components.html#pagination"
>
Pagination
</a></li>
<li><a
href=
"./components.html#thumbnails"
>
Thumbnails
</a></li>
<li><a
href=
"./components.html#alerts"
>
Alert messages
</a></li>
<li><a
href=
"./components.html#progress"
>
Progress bars
</a></li>
</ul>
</li>
<li
class=
"dropdown"
>
...
...
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