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
a45d8398
Commit
a45d8398
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
Fixes
#11712
: Better support for .table-responsive within .panel's
parent
66f9c7d6
No related merge requests found
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
dist/css/bootstrap.css
+5
-0
dist/css/bootstrap.css
dist/css/bootstrap.min.css
+1
-1
dist/css/bootstrap.min.css
dist/js/bootstrap.js
+1
-1
dist/js/bootstrap.js
less/panels.less
+4
-0
less/panels.less
with
11 additions
and
2 deletions
+11
-2
dist/css/bootstrap.css
+
5
-
0
View file @
a45d8398
...
...
@@ -5720,6 +5720,11 @@ a.list-group-item.active:focus .list-group-item-text {
border-bottom
:
0
;
}
.panel
>
.table-responsive
{
margin-bottom
:
0
;
border
:
0
;
}
.panel-heading
{
padding
:
10px
15px
;
border-bottom
:
1px
solid
transparent
;
...
...
This diff is collapsed.
Click to expand it.
dist/css/bootstrap.min.css
+
1
-
1
View file @
a45d8398
This diff is collapsed.
Click to expand it.
dist/js/bootstrap.js
+
1
-
1
View file @
a45d8398
...
...
@@ -704,7 +704,7 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
var
backdrop
=
'
.dropdown-backdrop
'
var
toggle
=
'
[data-toggle=dropdown]
'
var
Dropdown
=
function
(
element
)
{
var
$el
=
$
(
element
).
on
(
'
click.bs.dropdown
'
,
this
.
toggle
)
$
(
element
).
on
(
'
click.bs.dropdown
'
,
this
.
toggle
)
}
Dropdown
.
prototype
.
toggle
=
function
(
e
)
{
...
...
This diff is collapsed.
Click to expand it.
less/panels.less
+
4
-
0
View file @
a45d8398
...
...
@@ -91,6 +91,10 @@
}
}
}
> .table-responsive {
border: 0;
margin-bottom: 0;
}
}
...
...
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