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
38044e55
Commit
38044e55
authored
11 years ago
by
fat
Browse files
Options
Download
Email Patches
Plain Diff
rebuild + fix
#2539
parent
6fdb18b6
2 merge requests
!8635
ignore Gruntfile.js in jekyll
,
!8656
Added rel="stylesheet" to CDN-Examples
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
dist/css/bootstrap.css
+1
-0
dist/css/bootstrap.css
dist/css/bootstrap.min.css
+1
-1
dist/css/bootstrap.min.css
dist/js/bootstrap.js
+2
-0
dist/js/bootstrap.js
dist/js/bootstrap.min.js
+1
-1
dist/js/bootstrap.min.js
js/popover.js
+2
-0
js/popover.js
less/navbar.less
+1
-0
less/navbar.less
with
8 additions
and
2 deletions
+8
-2
dist/css/bootstrap.css
+
1
-
0
View file @
38044e55
...
...
@@ -2943,6 +2943,7 @@ button.close {
display
:
none
;
}
.nav-collapse.collapse
{
display
:
block
!important
;
height
:
auto
!important
;
overflow
:
visible
!important
;
}
...
...
This diff is collapsed.
Click to expand it.
dist/css/bootstrap.min.css
+
1
-
1
View file @
38044e55
This diff is collapsed.
Click to expand it.
dist/js/bootstrap.js
+
2
-
0
View file @
38044e55
...
...
@@ -1454,6 +1454,8 @@ if (!jQuery) { throw new Error("Bootstrap requires jQuery") }
this
.
init
(
'
popover
'
,
element
,
options
)
}
if
(
!
$
.
fn
.
tooltip
)
throw
new
Error
(
'
Popover requires tooltip.js
'
)
Popover
.
DEFAULTS
=
$
.
extend
({}
,
$
.
fn
.
tooltip
.
Constructor
.
DEFAULTS
,
{
placement
:
'
right
'
,
trigger
:
'
click
'
...
...
This diff is collapsed.
Click to expand it.
dist/js/bootstrap.min.js
+
1
-
1
View file @
38044e55
This diff is collapsed.
Click to expand it.
js/popover.js
+
2
-
0
View file @
38044e55
...
...
@@ -27,6 +27,8 @@
this
.
init
(
'
popover
'
,
element
,
options
)
}
if
(
!
$
.
fn
.
tooltip
)
throw
new
Error
(
'
Popover requires tooltip.js
'
)
Popover
.
DEFAULTS
=
$
.
extend
({}
,
$
.
fn
.
tooltip
.
Constructor
.
DEFAULTS
,
{
placement
:
'
right
'
,
trigger
:
'
click
'
...
...
This diff is collapsed.
Click to expand it.
less/navbar.less
+
1
-
0
View file @
38044e55
...
...
@@ -330,6 +330,7 @@
display: none;
}
.nav-collapse.collapse {
display: block !important;
height: auto !important;
overflow: visible !important;
}
...
...
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