Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
a1b0bb7a
Commit
a1b0bb7a
authored
11 years ago
by
Andrew Disley
Browse files
Options
Download
Email Patches
Plain Diff
Fix
#10348
: Customizer dependencies
parent
6d090e24
1 merge request
!12378
Fix #10348: Customizer dependencies
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/customize.html
+3
-3
docs/customize.html
with
3 additions
and
3 deletions
+3
-3
docs/customize.html
+
3
-
3
View file @
a1b0bb7a
...
...
@@ -70,13 +70,13 @@ lead: Customize Bootstrap's components, Less variables, and jQuery plugins to ge
</div>
<div
class=
"checkbox"
>
<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
</label>
</div>
<div
class=
"checkbox"
>
<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
</label>
</div>
...
...
@@ -282,7 +282,7 @@ lead: Customize Bootstrap's components, Less variables, and jQuery plugins to ge
</div>
<div
class=
"checkbox"
>
<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>
</label>
</div>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets