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
86a5846a
Commit
86a5846a
authored
Jan 25, 2014
by
Chris Rebert
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #12378 from andrewdisley/patch-1
Fix #10348: Customizer dependencies
parents
15921e51
a1b0bb7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
docs/customize.html
docs/customize.html
+3
-3
No files found.
docs/customize.html
View file @
86a5846a
...
@@ -70,13 +70,13 @@ lead: Customize Bootstrap's components, Less variables, and jQuery plugins to ge
...
@@ -70,13 +70,13 @@ lead: Customize Bootstrap's components, Less variables, and jQuery plugins to ge
</div>
</div>
<div
class=
"checkbox"
>
<div
class=
"checkbox"
>
<label>
<label>
<input
type=
"checkbox"
checked
value=
"button-groups.less"
data-dependenc
y
=
"buttons.less"
>
<input
type=
"checkbox"
checked
value=
"button-groups.less"
data-dependenc
ies
=
"buttons.less"
>
Button groups
Button groups
</label>
</label>
</div>
</div>
<div
class=
"checkbox"
>
<div
class=
"checkbox"
>
<label>
<label>
<input
type=
"checkbox"
checked
value=
"input-groups.less"
data-dependenc
y
=
"forms.less"
>
<input
type=
"checkbox"
checked
value=
"input-groups.less"
data-dependenc
ies
=
"forms.less"
>
Input groups
Input groups
</label>
</label>
</div>
</div>
...
@@ -282,7 +282,7 @@ lead: Customize Bootstrap's components, Less variables, and jQuery plugins to ge
...
@@ -282,7 +282,7 @@ lead: Customize Bootstrap's components, Less variables, and jQuery plugins to ge
</div>
</div>
<div
class=
"checkbox"
>
<div
class=
"checkbox"
>
<label>
<label>
<input
type=
"checkbox"
checked
value=
"popover.js"
data-dependenc
y
=
"tooltip.js"
>
<input
type=
"checkbox"
checked
value=
"popover.js"
data-dependenc
ies
=
"tooltip.js"
>
Popovers
<small>
(requires Tooltips)
</small>
Popovers
<small>
(requires Tooltips)
</small>
</label>
</label>
</div>
</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