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
5a614fb8
Commit
5a614fb8
authored
Jun 05, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove sidenav
parent
09ec0b84
Changes
12
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
177 additions
and
1072 deletions
+177
-1072
docs/assets/css/docs.css
docs/assets/css/docs.css
+25
-56
docs/base-css.html
docs/base-css.html
+0
-83
docs/components.html
docs/components.html
+0
-83
docs/download.html
docs/download.html
+0
-83
docs/examples.html
docs/examples.html
+0
-83
docs/index.html
docs/index.html
+0
-83
docs/javascript.html
docs/javascript.html
+0
-83
docs/less.html
docs/less.html
+0
-83
docs/scaffolding.html
docs/scaffolding.html
+74
-176
docs/templates/layout.mustache
docs/templates/layout.mustache
+0
-83
docs/templates/pages/scaffolding.mustache
docs/templates/pages/scaffolding.mustache
+78
-93
docs/upgrading.html
docs/upgrading.html
+0
-83
No files found.
docs/assets/css/docs.css
View file @
5a614fb8
...
@@ -18,56 +18,24 @@ body {
...
@@ -18,56 +18,24 @@ body {
background-position
:
0
40px
;
background-position
:
0
40px
;
}
}
body
,
/* Custom container for the narrow docs */
li
{
.bs-docs-container
{
line-height
:
20px
;
max-width
:
780px
;
margin
:
0
auto
;
}
}
.bs-docs-nav
{
/* Increase docs base type size and line-heights */
display
:
none
;
body
{
position
:
fixed
;
top
:
0
;
left
:
0
;
bottom
:
0
;
overflow-y
:
scroll
;
width
:
140px
;
padding
:
25px
30px
;
background-color
:
#eee
;
text-shadow
:
0
1px
0
rgba
(
255
,
255
,
255
,
.5
);
}
.bs-docs-nav
ul
{
margin-left
:
0
;
margin-bottom
:
10px
;
}
.bs-docs-nav
ul
li
{
list-style
:
none
;
}
.bs-docs-nav
a
{
font-size
:
13px
;
line-height
:
20px
;
line-height
:
20px
;
}
}
.bs-docs-nav
>
ul
>
li
>
a
{
p
{
font-size
:
14px
;
margin-bottom
:
15px
;
color
:
#999
;
}
}
li
{
.bs-docs-wrapper
{
line-height
:
25px
;
position
:
fixed
;
top
:
0
;
left
:
200px
;
right
:
0
;
bottom
:
0
;
padding
:
40px
0
;
overflow-y
:
scroll
;
-webkit-box-shadow
:
-10px
0
15px
rgba
(
0
,
0
,
0
,
.05
),
-5px
0
10px
rgba
(
0
,
0
,
0
,
.05
);
-moz-box-shadow
:
-10px
0
15px
rgba
(
0
,
0
,
0
,
.05
),
-5px
0
10px
rgba
(
0
,
0
,
0
,
.05
);
box-shadow
:
-10px
0
15px
rgba
(
0
,
0
,
0
,
.05
),
-5px
0
10px
rgba
(
0
,
0
,
0
,
.05
);
}
}
.bs-docs-container
{
max-width
:
780px
;
margin
:
0
auto
;
}
/* Tweak navbar brand link to be super sleek
/* Tweak navbar brand link to be super sleek
-------------------------------------------------- */
-------------------------------------------------- */
...
@@ -97,6 +65,12 @@ section {
...
@@ -97,6 +65,12 @@ section {
padding-top
:
60px
;
padding-top
:
60px
;
}
}
/* Table of contents */
.bs-docs-contents
li
{
line-height
:
25px
;
color
:
#777
;
}
/* Faded out hr */
/* Faded out hr */
hr
.soften
{
hr
.soften
{
height
:
1px
;
height
:
1px
;
...
@@ -108,17 +82,6 @@ hr.soften {
...
@@ -108,17 +82,6 @@ hr.soften {
border
:
0
;
border
:
0
;
}
}
/* Table of contents */
.bs-docs-contents
{
}
.bs-docs-contents
h3
{
}
.bs-docs-contents
li
{
line-height
:
25px
;
color
:
#777
;
}
/* Jumbotrons
/* Jumbotrons
-------------------------------------------------- */
-------------------------------------------------- */
...
@@ -365,8 +328,8 @@ hr.soften {
...
@@ -365,8 +328,8 @@ hr.soften {
-webkit-border-radius
:
3px
;
-webkit-border-radius
:
3px
;
-moz-border-radius
:
3px
;
-moz-border-radius
:
3px
;
border-radius
:
3px
;
border-radius
:
3px
;
min-height
:
3
0px
;
min-height
:
4
0px
;
line-height
:
3
0px
;
line-height
:
4
0px
;
}
}
.show-grid
:hover
[
class
*=
"span"
]
{
.show-grid
:hover
[
class
*=
"span"
]
{
background
:
#ddd
;
background
:
#ddd
;
...
@@ -667,6 +630,9 @@ form.well {
...
@@ -667,6 +630,9 @@ form.well {
font-size
:
13px
;
font-size
:
13px
;
line-height
:
18px
;
line-height
:
18px
;
}
}
.bs-docs-example
p
{
margin-bottom
:
9px
;
}
.bs-docs-example
p
:last-child
{
.bs-docs-example
p
:last-child
{
margin-bottom
:
0
;
margin-bottom
:
0
;
}
}
...
@@ -674,6 +640,9 @@ form.well {
...
@@ -674,6 +640,9 @@ form.well {
font-size
:
18px
;
font-size
:
18px
;
line-height
:
24px
;
line-height
:
24px
;
}
}
.bs-docs-example
li
{
line-height
:
18px
;
}
/* Responsive table
/* Responsive table
------------------------- */
------------------------- */
...
...
docs/base-css.html
View file @
5a614fb8
...
@@ -74,89 +74,6 @@
...
@@ -74,89 +74,6 @@
</div>
</div>
</div>
</div>
<div
class=
"bs-docs-nav"
>
<h3
class=
"bs-docs-logo"
>
Bootstrap
</h3>
<ul>
<!-- <li class="">
<a href="./index.html">Home</a>
</li>
-->
<li
class=
""
>
<a
href=
"./scaffolding.html"
>
Scaffolding
</a>
<ul>
<li><a
href=
""
>
Doctype
</a></li>
<li><a
href=
""
>
Type and links
</a></li>
<li><a
href=
""
>
Normalize reset
</a></li>
<li><a
href=
""
>
Grid system
</a></li>
<li><a
href=
""
>
Fluid grid system
</a></li>
<li><a
href=
""
>
Layouts
</a></li>
<li><a
href=
""
>
Responsive
</a></li>
</ul>
</li>
<li
class=
"active"
>
<a
href=
"./base-css.html"
>
Base CSS
</a>
<ul>
<li><a
href=
""
>
Typography
</a></li>
<li><a
href=
""
>
Code
</a></li>
<li><a
href=
""
>
Tables
</a></li>
<li><a
href=
""
>
Forms
</a></li>
<li><a
href=
""
>
Buttons
</a></li>
<li><a
href=
""
>
Glyphicons
</a></li>
</ul>
</li>
<li
class=
""
>
<a
href=
"./components.html"
>
Components
</a>
<ul>
<li><a
href=
"#buttonGroups"
>
Button groups
</a></li>
<li><a
href=
"#buttonDropdowns"
>
Button dropdowns
</a></li>
<li><a
href=
"#navs"
>
Nav, tabs, pills
</a></li>
<li><a
href=
"#navbar"
>
Navbar
</a></li>
<li><a
href=
"#breadcrumbs"
>
Breadcrumbs
</a></li>
<li><a
href=
"#pagination"
>
Pagination
</a></li>
<li><a
href=
"#labels"
>
Labels
</a></li>
<li><a
href=
"#badges"
>
Badges
</a></li>
<li><a
href=
"#typography"
>
Typography
</a></li>
<li><a
href=
"#thumbnails"
>
Thumbnails
</a></li>
<li><a
href=
"#alerts"
>
Alerts
</a></li>
<li><a
href=
"#progress"
>
Progress bars
</a></li>
<li><a
href=
"#misc"
>
Miscellaneous
</a></li>
</ul>
</li>
<li
class=
""
>
<a
href=
"./javascript.html"
>
Javascript
</a>
<ul>
<li><a
href=
"#javascript"
>
All plugins
</a></li>
<li><a
href=
"#modals"
>
Modal
</a></li>
<li><a
href=
"#dropdowns"
>
Dropdown
</a></li>
<li><a
href=
"#scrollspy"
>
Scrollspy
</a></li>
<li><a
href=
"#tabs"
>
Tab
</a></li>
<li><a
href=
"#tooltips"
>
Tooltip
</a></li>
<li><a
href=
"#popovers"
>
Popover
</a></li>
<li><a
href=
"#alerts"
>
Alert
</a></li>
<li><a
href=
"#buttons"
>
Button
</a></li>
<li><a
href=
"#collapse"
>
Collapse
</a></li>
<li><a
href=
"#carousel"
>
Carousel
</a></li>
<li><a
href=
"#typeahead"
>
Typeahead
</a></li>
</ul>
</li>
<li
class=
""
>
<a
href=
"./less.html"
>
LESS
</a>
<ul>
<li><a
href=
"#builtWith"
>
Built with Less
</a></li>
<li><a
href=
"#variables"
>
Variables
</a></li>
<li><a
href=
"#mixins"
>
Mixins
</a></li>
<li><a
href=
"#compiling"
>
Compiling Bootstrap
</a></li>
</ul>
</li>
<li
class=
""
>
<a
href=
"./download.html"
>
Customize
</a>
</li>
<li
class=
""
>
<a
href=
"./examples.html"
>
Examples
</a>
</li>
</ul>
</div>
<div
class=
"bs-docs-container"
>
<div
class=
"bs-docs-container"
>
<!-- Masthead
<!-- Masthead
...
...
docs/components.html
View file @
5a614fb8
...
@@ -74,89 +74,6 @@
...
@@ -74,89 +74,6 @@
</div>
</div>
</div>
</div>
<div
class=
"bs-docs-nav"
>
<h3
class=
"bs-docs-logo"
>
Bootstrap
</h3>
<ul>
<!-- <li class="">
<a href="./index.html">Home</a>
</li>
-->
<li
class=
""
>
<a
href=
"./scaffolding.html"
>
Scaffolding
</a>
<ul>
<li><a
href=
""
>
Doctype
</a></li>
<li><a
href=
""
>
Type and links
</a></li>
<li><a
href=
""
>
Normalize reset
</a></li>
<li><a
href=
""
>
Grid system
</a></li>
<li><a
href=
""
>
Fluid grid system
</a></li>
<li><a
href=
""
>
Layouts
</a></li>
<li><a
href=
""
>
Responsive
</a></li>
</ul>
</li>
<li
class=
""
>
<a
href=
"./base-css.html"
>
Base CSS
</a>
<ul>
<li><a
href=
""
>
Typography
</a></li>
<li><a
href=
""
>
Code
</a></li>
<li><a
href=
""
>
Tables
</a></li>
<li><a
href=
""
>
Forms
</a></li>
<li><a
href=
""
>
Buttons
</a></li>
<li><a
href=
""
>
Glyphicons
</a></li>
</ul>
</li>
<li
class=
"active"
>
<a
href=
"./components.html"
>
Components
</a>
<ul>
<li><a
href=
"#buttonGroups"
>
Button groups
</a></li>
<li><a
href=
"#buttonDropdowns"
>
Button dropdowns
</a></li>
<li><a
href=
"#navs"
>
Nav, tabs, pills
</a></li>
<li><a
href=
"#navbar"
>
Navbar
</a></li>
<li><a
href=
"#breadcrumbs"
>
Breadcrumbs
</a></li>
<li><a
href=
"#pagination"
>
Pagination
</a></li>
<li><a
href=
"#labels"
>
Labels
</a></li>
<li><a
href=
"#badges"
>
Badges
</a></li>
<li><a
href=
"#typography"
>
Typography
</a></li>
<li><a
href=
"#thumbnails"
>
Thumbnails
</a></li>
<li><a
href=
"#alerts"
>
Alerts
</a></li>
<li><a
href=
"#progress"
>
Progress bars
</a></li>
<li><a
href=
"#misc"
>
Miscellaneous
</a></li>
</ul>
</li>
<li
class=
""
>
<a
href=
"./javascript.html"
>
Javascript
</a>
<ul>
<li><a
href=
"#javascript"
>
All plugins
</a></li>
<li><a
href=
"#modals"
>
Modal
</a></li>
<li><a
href=
"#dropdowns"
>
Dropdown
</a></li>
<li><a
href=
"#scrollspy"
>
Scrollspy
</a></li>
<li><a
href=
"#tabs"
>
Tab
</a></li>
<li><a
href=
"#tooltips"
>
Tooltip
</a></li>
<li><a
href=
"#popovers"
>
Popover
</a></li>
<li><a
href=
"#alerts"
>
Alert
</a></li>
<li><a
href=
"#buttons"
>
Button
</a></li>
<li><a
href=
"#collapse"
>
Collapse
</a></li>
<li><a
href=
"#carousel"
>
Carousel
</a></li>
<li><a
href=
"#typeahead"
>
Typeahead
</a></li>
</ul>
</li>
<li
class=
""
>
<a
href=
"./less.html"
>
LESS
</a>
<ul>
<li><a
href=
"#builtWith"
>
Built with Less
</a></li>
<li><a
href=
"#variables"
>
Variables
</a></li>
<li><a
href=
"#mixins"
>
Mixins
</a></li>
<li><a
href=
"#compiling"
>
Compiling Bootstrap
</a></li>
</ul>
</li>
<li
class=
""
>
<a
href=
"./download.html"
>
Customize
</a>
</li>
<li
class=
""
>
<a
href=
"./examples.html"
>
Examples
</a>
</li>
</ul>
</div>
<div
class=
"bs-docs-container"
>
<div
class=
"bs-docs-container"
>
<!-- Masthead
<!-- Masthead
...
...
docs/download.html
View file @
5a614fb8
...
@@ -74,89 +74,6 @@
...
@@ -74,89 +74,6 @@
</div>
</div>
</div>
</div>
<div
class=
"bs-docs-nav"
>
<h3
class=
"bs-docs-logo"
>
Bootstrap
</h3>
<ul>
<!-- <li class="">
<a href="./index.html">Home</a>
</li>
-->
<li
class=
""
>
<a
href=
"./scaffolding.html"
>
Scaffolding
</a>
<ul>
<li><a
href=
""
>
Doctype
</a></li>
<li><a
href=
""
>
Type and links
</a></li>
<li><a
href=
""
>
Normalize reset
</a></li>
<li><a
href=
""
>
Grid system
</a></li>
<li><a
href=
""
>
Fluid grid system
</a></li>
<li><a
href=
""
>
Layouts
</a></li>
<li><a
href=
""
>
Responsive
</a></li>
</ul>
</li>
<li
class=
""
>
<a
href=
"./base-css.html"
>
Base CSS
</a>
<ul>
<li><a
href=
""
>
Typography
</a></li>
<li><a
href=
""
>
Code
</a></li>
<li><a
href=
""
>
Tables
</a></li>
<li><a
href=
""
>
Forms
</a></li>
<li><a
href=
""
>
Buttons
</a></li>
<li><a
href=
""
>
Glyphicons
</a></li>
</ul>
</li>
<li
class=
""
>
<a
href=
"./components.html"
>
Components
</a>
<ul>
<li><a
href=
"#buttonGroups"
>
Button groups
</a></li>
<li><a
href=
"#buttonDropdowns"
>
Button dropdowns
</a></li>
<li><a
href=
"#navs"
>
Nav, tabs, pills
</a></li>
<li><a
href=
"#navbar"
>
Navbar
</a></li>
<li><a
href=
"#breadcrumbs"
>
Breadcrumbs
</a></li>
<li><a
href=
"#pagination"
>
Pagination
</a></li>
<li><a
href=
"#labels"
>
Labels
</a></li>
<li><a
href=
"#badges"
>
Badges
</a></li>
<li><a
href=
"#typography"
>
Typography
</a></li>
<li><a
href=
"#thumbnails"
>
Thumbnails
</a></li>
<li><a
href=
"#alerts"
>
Alerts
</a></li>
<li><a
href=
"#progress"
>
Progress bars
</a></li>
<li><a
href=
"#misc"
>
Miscellaneous
</a></li>
</ul>
</li>
<li
class=
""
>
<a
href=
"./javascript.html"
>
Javascript
</a>
<ul>
<li><a
href=
"#javascript"
>
All plugins
</a></li>
<li><a
href=
"#modals"
>
Modal
</a></li>
<li><a
href=
"#dropdowns"
>
Dropdown
</a></li>
<li><a
href=
"#scrollspy"
>
Scrollspy
</a></li>
<li><a
href=
"#tabs"
>
Tab
</a></li>
<li><a
href=
"#tooltips"
>
Tooltip
</a></li>
<li><a
href=
"#popovers"
>
Popover
</a></li>
<li><a
href=
"#alerts"
>
Alert
</a></li>
<li><a
href=
"#buttons"
>
Button
</a></li>
<li><a
href=
"#collapse"
>
Collapse
</a></li>
<li><a
href=
"#carousel"
>
Carousel
</a></li>
<li><a
href=
"#typeahead"
>
Typeahead
</a></li>
</ul>
</li>
<li
class=
""
>
<a
href=
"./less.html"
>
LESS
</a>
<ul>
<li><a
href=
"#builtWith"
>
Built with Less
</a></li>
<li><a
href=
"#variables"
>
Variables
</a></li>
<li><a
href=
"#mixins"
>
Mixins
</a></li>
<li><a
href=
"#compiling"
>
Compiling Bootstrap
</a></li>
</ul>
</li>
<li
class=
"active"
>
<a
href=
"./download.html"
>
Customize
</a>
</li>
<li
class=
""
>
<a
href=
"./examples.html"
>
Examples
</a>
</li>
</ul>
</div>
<div
class=
"bs-docs-container"
>
<div
class=
"bs-docs-container"
>
<!-- Masthead
<!-- Masthead
...
...
docs/examples.html
View file @
5a614fb8
...
@@ -74,89 +74,6 @@
...
@@ -74,89 +74,6 @@
</div>
</div>
</div>
</div>
<div
class=
"bs-docs-nav"
>
<h3
class=
"bs-docs-logo"
>
Bootstrap
</h3>
<ul>
<!-- <li class="">
<a href="./index.html">Home</a>
</li>
-->
<li
class=
""
>
<a
href=
"./scaffolding.html"
>
Scaffolding
</a>
<ul>
<li><a
href=
""
>
Doctype
</a></li>
<li><a
href=
""
>
Type and links
</a></li>
<li><a
href=
""
>
Normalize reset
</a></li>
<li><a
href=
""
>
Grid system
</a></li>
<li><a
href=
""
>
Fluid grid system
</a></li>
<li><a
href=
""
>
Layouts
</a></li>
<li><a
href=
""
>
Responsive
</a></li>
</ul>
</li>
<li
class=
""
>
<a
href=
"./base-css.html"
>
Base CSS
</a>
<ul>
<li><a
href=
""
>
Typography
</a></li>
<li><a
href=
""
>
Code
</a></li>
<li><a
href=
""
>
Tables
</a></li>
<li><a
href=
""
>
Forms
</a></li>
<li><a
href=
""
>
Buttons
</a></li>
<li><a
href=
""
>
Glyphicons
</a></li>
</ul>
</li>
<li
class=
""
>
<a
href=
"./components.html"
>
Components
</a>
<ul>
<li><a
href=
"#buttonGroups"
>
Button groups
</a></li>
<li><a
href=
"#buttonDropdowns"
>
Button dropdowns
</a></li>
<li><a
href=
"#navs"
>
Nav, tabs, pills
</a></li>
<li><a
href=
"#navbar"
>
Navbar
</a></li>
<li><a
href=
"#breadcrumbs"
>
Breadcrumbs
</a></li>
<li><a
href=
"#pagination"
>
Pagination
</a></li>
<li><a
href=
"#labels"
>
Labels
</a></li>
<li><a
href=
"#badges"
>
Badges
</a></li>
<li><a
href=
"#typography"
>
Typography
</a></li>
<li><a
href=
"#thumbnails"
>
Thumbnails
</a></li>
<li><a
href=
"#alerts"
>
Alerts
</a></li>
<li><a
href=
"#progress"
>
Progress bars
</a></li>
<li><a
href=
"#misc"
>
Miscellaneous
</a></li>
</ul>
</li>
<li
class=
""
>
<a
href=
"./javascript.html"
>
Javascript
</a>
<ul>
<li><a
href=
"#javascript"
>
All plugins
</a></li>
<li><a
href=
"#modals"
>
Modal
</a></li>
<li><a
href=
"#dropdowns"
>
Dropdown
</a></li>
<li><a
href=
"#scrollspy"
>
Scrollspy
</a></li>
<li><a
href=
"#tabs"
>
Tab
</a></li>
<li><a
href=
"#tooltips"
>
Tooltip
</a></li>
<li><a
href=
"#popovers"
>
Popover
</a></li>
<li><a
href=
"#alerts"
>
Alert
</a></li>
<li><a
href=
"#buttons"
>
Button
</a></li>
<li><a
href=
"#collapse"
>
Collapse
</a></li>
<li><a
href=
"#carousel"
>
Carousel
</a></li>
<li><a
href=
"#typeahead"
>
Typeahead
</a></li>
</ul>
</li>
<li
class=
""
>
<a
href=
"./less.html"
>
LESS
</a>
<ul>
<li><a
href=
"#builtWith"
>
Built with Less
</a></li>
<li><a
href=
"#variables"
>
Variables
</a></li>
<li><a
href=
"#mixins"
>
Mixins
</a></li>
<li><a
href=
"#compiling"
>
Compiling Bootstrap
</a></li>
</ul>
</li>
<li
class=
""
>
<a
href=
"./download.html"
>
Customize
</a>
</li>
<li
class=
"active"
>
<a
href=
"./examples.html"
>
Examples
</a>
</li>
</ul>
</div>
<div
class=
"bs-docs-container"
>
<div
class=
"bs-docs-container"
>
<!-- Masthead
<!-- Masthead
...
...
docs/index.html
View file @
5a614fb8
...
@@ -74,89 +74,6 @@
...
@@ -74,89 +74,6 @@
</div>
</div>
</div>
</div>
<div
class=
"bs-docs-nav"
>
<h3
class=
"bs-docs-logo"
>
Bootstrap
</h3>
<ul>
<!-- <li class="active">
<a href="./index.html">Home</a>
</li>
-->
<li
class=
""
>
<a
href=
"./scaffolding.html"
>
Scaffolding
</a>
<ul>
<li><a
href=
""
>
Doctype
</a></li>
<li><a
href=
""
>
Type and links
</a></li>
<li><a
href=
""
>
Normalize reset
</a></li>
<li><a
href=
""
>
Grid system
</a></li>
<li><a
href=
""
>
Fluid grid system
</a></li>
<li><a
href=
""
>
Layouts
</a></li>
<li><a
href=
""
>
Responsive
</a></li>
</ul>
</li>
<li
class=
""
>
<a
href=
"./base-css.html"
>
Base CSS
</a>
<ul>
<li><a
href=
""
>
Typography
</a></li>
<li><a
href=
""
>
Code
</a></li>
<li><a
href=
""
>
Tables
</a></li>
<li><a
href=
""
>
Forms
</a></li>
<li><a
href=
""
>
Buttons
</a></li>
<li><a
href=
""
>
Glyphicons
</a></li>
</ul>
</li>
<li
class=
""
>
<a
href=
"./components.html"
>
Components
</a>
<ul>
<li><a
href=
"#buttonGroups"
>
Button groups
</a></li>
<li><a
href=
"#buttonDropdowns"
>
Button dropdowns
</a></li>
<li><a
href=
"#navs"
>
Nav, tabs, pills
</a></li>
<li><a
href=
"#navbar"
>
Navbar
</a></li>
<li><a
href=
"#breadcrumbs"
>
Breadcrumbs
</a></li>
<li><a
href=
"#pagination"
>
Pagination
</a></li>
<li><a
href=
"#labels"
>
Labels
</a></li>
<li><a
href=
"#badges"
>
Badges
</a></li>
<li><a
href=
"#typography"
>
Typography
</a></li>
<li><a
href=
"#thumbnails"
>
Thumbnails
</a></li>
<li><a
href=
"#alerts"
>
Alerts
</a></li>
<li><a
href=
"#progress"
>
Progress bars
</a></li>
<li><a
href=
"#misc"
>
Miscellaneous
</a></li>
</ul>
</li>
<li
class=
""
>
<a
href=
"./javascript.html"
>
Javascript
</a>
<ul>
<li><a
href=
"#javascript"
>
All plugins
</a></li>
<li><a
href=
"#modals"
>
Modal
</a></li>
<li><a
href=
"#dropdowns"
>
Dropdown
</a></li>
<li><a
href=
"#scrollspy"
>
Scrollspy
</a></li>
<li><a
href=
"#tabs"
>
Tab
</a></li>
<li><a
href=
"#tooltips"
>
Tooltip
</a></li>
<li><a
href=
"#popovers"
>
Popover
</a></li>
<li><a
href=
"#alerts"
>
Alert
</a></li>
<li><a
href=
"#buttons"
>
Button
</a></li>
<li><a
href=
"#collapse"
>
Collapse
</a></li>
<li><a
href=
"#carousel"
>
Carousel
</a></li>
<li><a
href=
"#typeahead"
>
Typeahead
</a></li>
</ul>
</li>
<li
class=
""
>
<a
href=
"./less.html"
>
LESS
</a>
<ul>
<li><a
href=
"#builtWith"
>
Built with Less
</a></li>
<li><a
href=
"#variables"
>
Variables
</a></li>
<li><a
href=
"#mixins"
>
Mixins
</a></li>
<li><a
href=
"#compiling"
>
Compiling Bootstrap
</a></li>
</ul>
</li>
<li
class=
""
>
<a
href=
"./download.html"
>
Customize
</a>
</li>
<li
class=
""
>
<a
href=
"./examples.html"
>
Examples
</a>
</li>
</ul>
</div>
<div
class=
"bs-docs-container"
>
<div
class=
"bs-docs-container"
>
<!-- Masthead
<!-- Masthead
...
...
docs/javascript.html
View file @
5a614fb8
...
@@ -74,89 +74,6 @@
...
@@ -74,89 +74,6 @@
</div>
</div>
</div>
</div>
<div
class=
"bs-docs-nav"
>
<h3
class=
"bs-docs-logo"
>
Bootstrap
</h3>
<ul>
<!-- <li class="">
<a href="./index.html">Home</a>
</li>
-->
<li
class=
""
>
<a
href=
"./scaffolding.html"
>
Scaffolding
</a>
<ul>
<li><a
href=
""
>
Doctype
</a></li>
<li><a
href=
""
>
Type and links
</a></li>
<li><a
href=
""
>
Normalize reset
</a></li>
<li><a
href=
""
>
Grid system
</a></li>
<li><a
href=
""
>
Fluid grid system
</a></li>
<li><a
href=
""
>
Layouts
</a></li>
<li><a
href=
""
>
Responsive
</a></li>
</ul>
</li>
<li
class=
""
>
<a
href=
"./base-css.html"
>
Base CSS
</a>
<ul>
<li><a
href=
""
>
Typography
</a></li>
<li><a
href=
""
>
Code
</a></li>
<li><a
href=
""
>
Tables
</a></li>
<li><a
href=
""
>
Forms
</a></li>
<li><a
href=
""
>
Buttons
</a></li>
<li><a
href=
""
>
Glyphicons
</a></li>
</ul>
</li>
<li
class=
""
>
<a
href=
"./components.html"
>
Components
</a>
<ul>
<li><a
href=
"#buttonGroups"
>
Button groups
</a></li>
<li><a
href=
"#buttonDropdowns"
>
Button dropdowns
</a></li>
<li><a
href=
"#navs"
>
Nav, tabs, pills
</a></li>
<li><a
href=
"#navbar"
>
Navbar
</a></li>
<li><a
href=
"#breadcrumbs"
>
Breadcrumbs
</a></li>
<li><a
href=
"#pagination"
>
Pagination
</a></li>
<li><a
href=
"#labels"
>
Labels
</a></li>
<li><a
href=
"#badges"
>
Badges
</a></li>
<li><a
href=
"#typography"
>
Typography
</a></li>
<li><a
href=
"#thumbnails"
>
Thumbnails
</a></li>
<li><a
href=
"#alerts"
>
Alerts
</a></li>
<li><a
href=
"#progress"
>
Progress bars
</a></li>
<li><a
href=
"#misc"
>
Miscellaneous
</a></li>
</ul>
</li>
<li
class=
"active"
>
<a
href=
"./javascript.html"
>
Javascript
</a>
<ul>
<li><a
href=
"#javascript"
>
All plugins
</a></li>
<li><a
href=
"#modals"
>
Modal
</a></li>
<li><a
href=
"#dropdowns"
>
Dropdown
</a></li>
<li><a
href=
"#scrollspy"
>
Scrollspy
</a></li>
<li><a
href=
"#tabs"
>
Tab
</a></li>
<li><a
href=
"#tooltips"
>
Tooltip
</a></li>
<li><a
href=
"#popovers"
>
Popover
</a></li>
<li><a
href=
"#alerts"
>
Alert
</a></li>
<li><a
href=
"#buttons"
>
Button
</a></li>
<li><a
href=
"#collapse"
>
Collapse
</a></li>
<li><a
href=
"#carousel"
>
Carousel
</a></li>
<li><a
href=
"#typeahead"
>
Typeahead
</a></li>
</ul>
</li>
<li
class=
""
>
<a
href=
"./less.html"
>
LESS
</a>
<ul>
<li><a
href=
"#builtWith"
>
Built with Less
</a></li>
<li><a
href=
"#variables"
>
Variables
</a></li>
<li><a
href=
"#mixins"
>
Mixins
</a></li>
<li><a
href=
"#compiling"
>
Compiling Bootstrap
</a></li>
</ul>
</li>
<li
class=
""
>
<a
href=
"./download.html"
>
Customize
</a>
</li>
<li
class=
""
>
<a
href=
"./examples.html"
>
Examples
</a>
</li>
</ul>
</div>
<div
class=
"bs-docs-container"
>
<div
class=
"bs-docs-container"
>
<!-- Masthead
<!-- Masthead
...
...
docs/less.html
View file @
5a614fb8
...
@@ -74,89 +74,6 @@
...
@@ -74,89 +74,6 @@
</div>
</div>
</div>
</div>
<div
class=
"bs-docs-nav"
>
<h3
class=
"bs-docs-logo"
>
Bootstrap
</h3>
<ul>
<!-- <li class="">
<a href="./index.html">Home</a>
</li>
-->
<li
class=
""
>
<a
href=
"./scaffolding.html"
>
Scaffolding
</a>
<ul>
<li><a
href=
""
>
Doctype
</a></li>
<li><a
href=
""
>
Type and links
</a></li>
<li><a
href=
""
>
Normalize reset
</a></li>
<li><a
href=
""
>
Grid system
</a></li>
<li><a
href=
""
>
Fluid grid system
</a></li>
<li><a
href=
""
>
Layouts
</a></li>
<li><a
href=
""
>
Responsive
</a></li>
</ul>
</li>
<li
class=
""
>
<a
href=
"./base-css.html"
>
Base CSS
</a>
<ul>
<li><a
href=
""
>
Typography
</a></li>
<li><a
href=
""
>
Code
</a></li>
<li><a
href=
""
>
Tables
</a></li>
<li><a
href=
""
>
Forms
</a></li>
<li><a
href=
""
>
Buttons
</a></li>
<li><a
href=
""
>
Glyphicons
</a></li>
</ul>
</li>
<li
class=
""
>
<a
href=
"./components.html"
>
Components
</a>
<ul>
<li><a
href=
"#buttonGroups"
>
Button groups
</a></li>
<li><a
href=
"#buttonDropdowns"
>
Button dropdowns
</a></li>
<li><a
href=
"#navs"
>
Nav, tabs, pills
</a></li>
<li><a
href=
"#navbar"
>
Navbar
</a></li>
<li><a
href=
"#breadcrumbs"
>
Breadcrumbs
</a></li>
<li><a
href=
"#pagination"
>
Pagination
</a></li>
<li><a
href=
"#labels"
>
Labels
</a></li>
<li><a
href=
"#badges"
>
Badges
</a></li>
<li><a
href=
"#typography"
>
Typography
</a></li>
<li><a
href=
"#thumbnails"
>
Thumbnails
</a></li>
<li><a
href=
"#alerts"
>
Alerts
</a></li>
<li><a
href=
"#progress"
>
Progress bars
</a></li>
<li><a
href=
"#misc"
>
Miscellaneous
</a></li>
</ul>
</li>
<li
class=
""
>
<a
href=
"./javascript.html"
>
Javascript
</a>
<ul>
<li><a
href=
"#javascript"
>
All plugins
</a></li>
<li><a
href=
"#modals"
>
Modal
</a></li>
<li><a
href=
"#dropdowns"
>
Dropdown
</a></li>
<li><a
href=
"#scrollspy"
>
Scrollspy
</a></li>
<li><a
href=
"#tabs"
>
Tab
</a></li>
<li><a
href=
"#tooltips"
>
Tooltip
</a></li>
<li><a
href=
"#popovers"
>
Popover
</a></li>
<li><a
href=
"#alerts"
>
Alert
</a></li>
<li><a
href=
"#buttons"
>
Button
</a></li>
<li><a
href=
"#collapse"
>
Collapse
</a></li>
<li><a
href=
"#carousel"
>
Carousel
</a></li>
<li><a
href=
"#typeahead"
>
Typeahead
</a></li>
</ul>
</li>
<li
class=
"active"
>
<a
href=
"./less.html"
>
LESS
</a>
<ul>
<li><a
href=
"#builtWith"
>
Built with Less
</a></li>
<li><a
href=
"#variables"
>
Variables
</a></li>
<li><a
href=
"#mixins"
>
Mixins
</a></li>
<li><a
href=
"#compiling"
>
Compiling Bootstrap
</a></li>
</ul>
</li>
<li
class=
""
>
<a
href=
"./download.html"
>
Customize
</a>
</li>
<li
class=
""
>
<a
href=
"./examples.html"
>
Examples
</a>
</li>
</ul>
</div>
<div
class=
"bs-docs-container"
>
<div
class=
"bs-docs-container"
>
<!-- Masthead
<!-- Masthead
...
...
docs/scaffolding.html
View file @
5a614fb8
This diff is collapsed.
Click to expand it.
docs/templates/layout.mustache
View file @
5a614fb8
...
@@ -86,89 +86,6 @@
...
@@ -86,89 +86,6 @@
</div>
</div>
</div>
</div>
<div
class=
"bs-docs-nav"
>
<h3
class=
"bs-docs-logo"
>
Bootstrap
</h3>
<ul>
<!-- <li class="
{{
index
}}
">
<a href="./index.html">
{{
_i
}}
Home
{{/
i
}}
</a>
</li>
-->
<li
class=
"
{{
scaffolding
}}
"
>
<a
href=
"./scaffolding.html"
>
{{
_i
}}
Scaffolding
{{/
i
}}
</a>
<ul>
<li><a
href=
""
>
Doctype
</a></li>
<li><a
href=
""
>
Type and links
</a></li>
<li><a
href=
""
>
Normalize reset
</a></li>
<li><a
href=
""
>
Grid system
</a></li>
<li><a
href=
""
>
Fluid grid system
</a></li>
<li><a
href=
""
>
Layouts
</a></li>
<li><a
href=
""
>
Responsive
</a></li>
</ul>
</li>
<li
class=
"
{{
base-css
}}
"
>
<a
href=
"./base-css.html"
>
{{
_i
}}
Base CSS
{{/
i
}}
</a>
<ul>
<li><a
href=
""
>
Typography
</a></li>
<li><a
href=
""
>
Code
</a></li>
<li><a
href=
""
>
Tables
</a></li>
<li><a
href=
""
>
Forms
</a></li>
<li><a
href=
""
>
Buttons
</a></li>
<li><a
href=
""
>
Glyphicons
</a></li>
</ul>
</li>
<li
class=
"
{{
components
}}
"
>
<a
href=
"./components.html"
>
{{
_i
}}
Components
{{/
i
}}
</a>
<ul>
<li><a
href=
"#buttonGroups"
>
{{
_i
}}
Button groups
{{/
i
}}
</a></li>
<li><a
href=
"#buttonDropdowns"
>
{{
_i
}}
Button dropdowns
{{/
i
}}
</a></li>
<li><a
href=
"#navs"
>
{{
_i
}}
Nav, tabs, pills
{{/
i
}}
</a></li>
<li><a
href=
"#navbar"
>
{{
_i
}}
Navbar
{{/
i
}}
</a></li>
<li><a
href=
"#breadcrumbs"
>
{{
_i
}}
Breadcrumbs
{{/
i
}}
</a></li>
<li><a
href=
"#pagination"
>
{{
_i
}}
Pagination
{{/
i
}}
</a></li>
<li><a
href=
"#labels"
>
{{
_i
}}
Labels
{{/
i
}}
</a></li>
<li><a
href=
"#badges"
>
{{
_i
}}
Badges
{{/
i
}}
</a></li>
<li><a
href=
"#typography"
>
{{
_i
}}
Typography
{{/
i
}}
</a></li>
<li><a
href=
"#thumbnails"
>
{{
_i
}}
Thumbnails
{{/
i
}}
</a></li>
<li><a
href=
"#alerts"
>
{{
_i
}}
Alerts
{{/
i
}}
</a></li>
<li><a
href=
"#progress"
>
{{
_i
}}
Progress bars
{{/
i
}}
</a></li>
<li><a
href=
"#misc"
>
{{
_i
}}
Miscellaneous
{{/
i
}}
</a></li>
</ul>
</li>
<li
class=
"
{{
javascript
}}
"
>
<a
href=
"./javascript.html"
>
{{
_i
}}
Javascript
{{/
i
}}
</a>
<ul>
<li><a
href=
"#javascript"
>
{{
_i
}}
All plugins
{{/
i
}}
</a></li>
<li><a
href=
"#modals"
>
{{
_i
}}
Modal
{{/
i
}}
</a></li>
<li><a
href=
"#dropdowns"
>
{{
_i
}}
Dropdown
{{/
i
}}
</a></li>
<li><a
href=
"#scrollspy"
>
{{
_i
}}
Scrollspy
{{/
i
}}
</a></li>
<li><a
href=
"#tabs"
>
{{
_i
}}
Tab
{{/
i
}}
</a></li>
<li><a
href=
"#tooltips"
>
{{
_i
}}
Tooltip
{{/
i
}}
</a></li>
<li><a
href=
"#popovers"
>
{{
_i
}}
Popover
{{/
i
}}
</a></li>
<li><a
href=
"#alerts"
>
{{
_i
}}
Alert
{{/
i
}}
</a></li>
<li><a
href=
"#buttons"
>
{{
_i
}}
Button
{{/
i
}}
</a></li>
<li><a
href=
"#collapse"
>
{{
_i
}}
Collapse
{{/
i
}}
</a></li>
<li><a
href=
"#carousel"
>
{{
_i
}}
Carousel
{{/
i
}}
</a></li>
<li><a
href=
"#typeahead"
>
{{
_i
}}
Typeahead
{{/
i
}}
</a></li>
</ul>
</li>
<li
class=
"
{{
less
}}
"
>
<a
href=
"./less.html"
>
{{
_i
}}
LESS
{{/
i
}}
</a>
<ul>
<li><a
href=
"#builtWith"
>
{{
_i
}}
Built with Less
{{/
i
}}
</a></li>
<li><a
href=
"#variables"
>
{{
_i
}}
Variables
{{/
i
}}
</a></li>
<li><a
href=
"#mixins"
>
{{
_i
}}
Mixins
{{/
i
}}
</a></li>
<li><a
href=
"#compiling"
>
{{
_i
}}
Compiling Bootstrap
{{/
i
}}
</a></li>
</ul>
</li>
<li
class=
"
{{
download
}}
"
>
<a
href=
"./download.html"
>
{{
_i
}}
Customize
{{/
i
}}
</a>
</li>
<li
class=
"
{{
examples
}}
"
>
<a
href=
"./examples.html"
>
{{
_i
}}
Examples
{{/
i
}}
</a>
</li>
</ul>
</div>
<div
class=
"bs-docs-container"
>
<div
class=
"bs-docs-container"
>
{{>
body
}}
{{>
body
}}
...
...
docs/templates/pages/scaffolding.mustache
View file @
5a614fb8
This diff is collapsed.
Click to expand it.
docs/upgrading.html
View file @
5a614fb8
...
@@ -74,89 +74,6 @@
...
@@ -74,89 +74,6 @@
</div>
</div>
</div>
</div>
<div
class=
"bs-docs-nav"
>
<h3
class=
"bs-docs-logo"
>
Bootstrap
</h3>
<ul>
<!-- <li class="">
<a href="./index.html">Home</a>
</li>
-->
<li
class=
""
>
<a
href=
"./scaffolding.html"
>
Scaffolding
</a>
<ul>
<li><a
href=
""
>
Doctype
</a></li>
<li><a
href=
""
>
Type and links
</a></li>
<li><a
href=
""
>
Normalize reset
</a></li>
<li><a
href=
""
>
Grid system
</a></li>
<li><a
href=
""
>
Fluid grid system
</a></li>
<li><a
href=
""
>
Layouts
</a></li>
<li><a
href=
""
>
Responsive
</a></li>
</ul>
</li>
<li
class=
""
>
<a
href=
"./base-css.html"
>
Base CSS
</a>
<ul>
<li><a
href=
""
>
Typography
</a></li>
<li><a
href=
""
>
Code
</a></li>
<li><a
href=
""
>
Tables
</a></li>
<li><a
href=
""
>
Forms
</a></li>
<li><a
href=
""
>
Buttons
</a></li>
<li><a
href=
""
>
Glyphicons
</a></li>
</ul>
</li>
<li
class=
""
>
<a
href=
"./components.html"
>
Components
</a>
<ul>
<li><a
href=
"#buttonGroups"
>
Button groups
</a></li>
<li><a
href=
"#buttonDropdowns"
>
Button dropdowns
</a></li>
<li><a
href=
"#navs"
>
Nav, tabs, pills
</a></li>
<li><a
href=
"#navbar"
>
Navbar
</a></li>
<li><a
href=
"#breadcrumbs"
>
Breadcrumbs
</a></li>
<li><a
href=
"#pagination"
>
Pagination
</a></li>
<li><a
href=
"#labels"
>
Labels
</a></li>
<li><a
href=
"#badges"
>
Badges
</a></li>
<li><a
href=
"#typography"
>
Typography
</a></li>
<li><a
href=
"#thumbnails"
>
Thumbnails
</a></li>
<li><a
href=
"#alerts"
>
Alerts
</a></li>
<li><a
href=
"#progress"
>
Progress bars
</a></li>
<li><a
href=
"#misc"
>
Miscellaneous
</a></li>
</ul>
</li>
<li
class=
""
>
<a
href=
"./javascript.html"
>
Javascript
</a>
<ul>
<li><a
href=
"#javascript"
>
All plugins
</a></li>
<li><a
href=
"#modals"
>
Modal
</a></li>
<li><a
href=
"#dropdowns"
>
Dropdown
</a></li>
<li><a
href=
"#scrollspy"
>
Scrollspy
</a></li>
<li><a
href=
"#tabs"
>
Tab
</a></li>
<li><a
href=
"#tooltips"
>
Tooltip
</a></li>
<li><a
href=
"#popovers"
>
Popover
</a></li>
<li><a
href=
"#alerts"
>
Alert
</a></li>
<li><a
href=
"#buttons"
>
Button
</a></li>
<li><a
href=
"#collapse"
>
Collapse
</a></li>
<li><a
href=
"#carousel"
>
Carousel
</a></li>
<li><a
href=
"#typeahead"
>
Typeahead
</a></li>
</ul>
</li>
<li
class=
""
>
<a
href=
"./less.html"
>
LESS
</a>
<ul>
<li><a
href=
"#builtWith"
>
Built with Less
</a></li>
<li><a
href=
"#variables"
>
Variables
</a></li>
<li><a
href=
"#mixins"
>
Mixins
</a></li>
<li><a
href=
"#compiling"
>
Compiling Bootstrap
</a></li>
</ul>
</li>
<li
class=
""
>
<a
href=
"./download.html"
>
Customize
</a>
</li>
<li
class=
""
>
<a
href=
"./examples.html"
>
Examples
</a>
</li>
</ul>
</div>
<div
class=
"bs-docs-container"
>
<div
class=
"bs-docs-container"
>
<!-- Masthead
<!-- Masthead
...
...
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