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
e1659b2c
Commit
e1659b2c
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
add affix plugin to downloads page
parent
2ee03540
1 merge request
!4427
Use variable for desktop media query
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/customize.html
+6
-2
docs/customize.html
docs/templates/pages/customize.mustache
+6
-2
docs/templates/pages/customize.mustache
with
12 additions
and
4 deletions
+12
-4
docs/customize.html
+
6
-
2
View file @
e1659b2c
...
@@ -190,12 +190,16 @@
...
@@ -190,12 +190,16 @@
<input
type=
"checkbox"
checked=
"true"
value=
"bootstrap-tooltip.js"
>
<input
type=
"checkbox"
checked=
"true"
value=
"bootstrap-tooltip.js"
>
Tooltips
Tooltips
</label>
</label>
</div>
<!-- /span -->
<div
class=
"span3"
>
<label
class=
"checkbox"
>
<label
class=
"checkbox"
>
<input
type=
"checkbox"
checked=
"true"
value=
"bootstrap-popover.js"
>
<input
type=
"checkbox"
checked=
"true"
value=
"bootstrap-popover.js"
>
Popovers
<small>
(requires Tooltips)
</small>
Popovers
<small>
(requires Tooltips)
</small>
</label>
</label>
</div>
<!-- /span -->
<div
class=
"span3"
>
<label
class=
"checkbox"
>
<input
type=
"checkbox"
checked=
"true"
value=
"bootstrap-affix.js"
>
Affix
</label>
<label
class=
"checkbox"
>
<label
class=
"checkbox"
>
<input
type=
"checkbox"
checked=
"true"
value=
"bootstrap-alert.js"
>
<input
type=
"checkbox"
checked=
"true"
value=
"bootstrap-alert.js"
>
Alert messages
Alert messages
...
...
This diff is collapsed.
Click to expand it.
docs/templates/pages/customize.mustache
+
6
-
2
View file @
e1659b2c
...
@@ -119,12 +119,16 @@
...
@@ -119,12 +119,16 @@
<input
type=
"checkbox"
checked=
"true"
value=
"bootstrap-tooltip.js"
>
<input
type=
"checkbox"
checked=
"true"
value=
"bootstrap-tooltip.js"
>
{{
_i
}}
Tooltips
{{/
i
}}
{{
_i
}}
Tooltips
{{/
i
}}
</label>
</label>
</div>
<!-- /span -->
<div
class=
"span3"
>
<label
class=
"checkbox"
>
<label
class=
"checkbox"
>
<input
type=
"checkbox"
checked=
"true"
value=
"bootstrap-popover.js"
>
<input
type=
"checkbox"
checked=
"true"
value=
"bootstrap-popover.js"
>
{{
_i
}}
Popovers
<small>
(requires Tooltips)
</small>
{{/
i
}}
{{
_i
}}
Popovers
<small>
(requires Tooltips)
</small>
{{/
i
}}
</label>
</label>
</div>
<!-- /span -->
<div
class=
"span3"
>
<label
class=
"checkbox"
>
<input
type=
"checkbox"
checked=
"true"
value=
"bootstrap-affix.js"
>
{{
_i
}}
Affix
{{/
i
}}
</label>
<label
class=
"checkbox"
>
<label
class=
"checkbox"
>
<input
type=
"checkbox"
checked=
"true"
value=
"bootstrap-alert.js"
>
<input
type=
"checkbox"
checked=
"true"
value=
"bootstrap-alert.js"
>
{{
_i
}}
Alert messages
{{/
i
}}
{{
_i
}}
Alert messages
{{/
i
}}
...
...
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