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
3160bd87
Commit
3160bd87
authored
May 23, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rearrange customizer content
parent
371d14e2
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
138 additions
and
156 deletions
+138
-156
docs/_includes/nav-customize.html
docs/_includes/nav-customize.html
+19
-24
docs/assets/css/docs.css
docs/assets/css/docs.css
+8
-0
docs/assets/js/application.js
docs/assets/js/application.js
+1
-1
docs/customize.html
docs/customize.html
+110
-131
No files found.
docs/_includes/nav-customize.html
View file @
3160bd87
<li>
<a
href=
"#components"
>
LESS components
</a>
<ul
class=
"nav"
>
<li><a
href=
"#components-basics"
>
The basics
</a></li>
<li><a
href=
"#components-standard"
>
Standard styles
</a></li>
<li><a
href=
"#components-features"
>
Bootstrap features
</a></li>
</ul>
<a
href=
"#less"
>
LESS components
</a>
</li>
<li>
<a
href=
"#plugins"
>
jQuery plugins
</a>
...
...
@@ -12,24 +7,24 @@
<li>
<a
href=
"#variables"
>
LESS variables
</a>
<ul
class=
"nav"
>
<li><a
href=
"#
customize-basics"
>
The b
asics
</a></li>
<li><a
href=
"#
customize
-buttons"
>
Buttons
</a></li>
<li><a
href=
"#
customize
-form-states"
>
Form states
</a></li>
<li><a
href=
"#
customize
-alerts"
>
Alerts
</a></li>
<li><a
href=
"#
customize
-navbar"
>
Navbar
</a></li>
<li><a
href=
"#
customize
-tables"
>
Tables
</a></li>
<li><a
href=
"#
customize
-forms"
>
Forms
</a></li>
<li><a
href=
"#
customize
-dropdowns"
>
Dropdowns
</a></li>
<li><a
href=
"#
customize
-panels-wells"
>
Panels and wells
</a></li>
<li><a
href=
"#
customize
-jumbotron"
>
Jumbotron
</a></li>
<li><a
href=
"#
customize
-modals"
>
Modals
</a></li>
<li><a
href=
"#
customize
-list-group"
>
List group
</a></li>
<li><a
href=
"#
customize
-thumbnails"
>
Thumbnails
</a></li>
<li><a
href=
"#
customize
-progress"
>
Progress bars
</a></li>
<li><a
href=
"#
customize
-pagination"
>
Pagination
</a></li>
<li><a
href=
"#
customize
-labels"
>
Labels
</a></li>
<li><a
href=
"#
customize
-tooltips-popovers"
>
Tooltips and popovers
</a></li>
<li><a
href=
"#
customize
-other"
>
Other
</a></li>
<li><a
href=
"#
variables-basics"
>
B
asics
</a></li>
<li><a
href=
"#
variables
-buttons"
>
Buttons
</a></li>
<li><a
href=
"#
variables
-form-states"
>
Form states
</a></li>
<li><a
href=
"#
variables
-alerts"
>
Alerts
</a></li>
<li><a
href=
"#
variables
-navbar"
>
Navbar
</a></li>
<li><a
href=
"#
variables
-tables"
>
Tables
</a></li>
<li><a
href=
"#
variables
-forms"
>
Forms
</a></li>
<li><a
href=
"#
variables
-dropdowns"
>
Dropdowns
</a></li>
<li><a
href=
"#
variables
-panels-wells"
>
Panels and wells
</a></li>
<li><a
href=
"#
variables
-jumbotron"
>
Jumbotron
</a></li>
<li><a
href=
"#
variables
-modals"
>
Modals
</a></li>
<li><a
href=
"#
variables
-list-group"
>
List group
</a></li>
<li><a
href=
"#
variables
-thumbnails"
>
Thumbnails
</a></li>
<li><a
href=
"#
variables
-progress"
>
Progress bars
</a></li>
<li><a
href=
"#
variables
-pagination"
>
Pagination
</a></li>
<li><a
href=
"#
variables
-labels"
>
Labels
</a></li>
<li><a
href=
"#
variables
-tooltips-popovers"
>
Tooltips and popovers
</a></li>
<li><a
href=
"#
variables
-other"
>
Other
</a></li>
</ul>
</li>
<li>
...
...
docs/assets/css/docs.css
View file @
3160bd87
...
...
@@ -105,6 +105,14 @@ body {
}
.bs-customizer
label
{
margin-top
:
10px
;
font-weight
:
500
;
color
:
#555
;
}
.bs-customizer
h4
{
margin-top
:
15px
;
}
.bs-customizer
input
[
type
=
"text"
]
{
background-color
:
#fafafa
;
}
...
...
docs/assets/js/application.js
View file @
3160bd87
...
...
@@ -69,7 +69,7 @@
$
(
'
.bs-docs-carousel-example
'
).
carousel
()
// javascript build logic
var
inputsComponent
=
$
(
"
#
component
s input
"
)
var
inputsComponent
=
$
(
"
#
les
s input
"
)
,
inputsPlugin
=
$
(
"
#plugins input
"
)
,
inputsVariables
=
$
(
"
#variables input
"
)
...
...
docs/customize.html
View file @
3160bd87
This diff is collapsed.
Click to expand it.
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