Skip to content
GitLab
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
4ee93c9f
Commit
4ee93c9f
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
Fixes
#10492
again, this time for last row's corners on striped tables
parent
2979e4bc
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
dist/css/bootstrap.css
+12
-0
dist/css/bootstrap.css
dist/css/bootstrap.min.css
+1
-1
dist/css/bootstrap.min.css
less/panels.less
+11
-0
less/panels.less
with
24 additions
and
1 deletion
+24
-1
dist/css/bootstrap.css
+
12
-
0
View file @
4ee93c9f
...
...
@@ -4791,6 +4791,18 @@ a.list-group-item-info.active:focus {
margin-bottom
:
0
;
border
:
0
;
}
.panel
>
.table-striped
>
tbody
>
tr
:last-child
td
:first-child
,
.panel
>
.table-responsive
>
.table-striped
>
tbody
>
tr
:last-child
td
:first-child
,
.panel
>
.table-striped
>
tbody
>
tr
:last-child
th
:first-child
,
.panel
>
.table-responsive
>
.table-striped
>
tbody
>
tr
:last-child
th
:first-child
{
border-bottom-left-radius
:
3px
;
}
.panel
>
.table-striped
>
tbody
>
tr
:last-child
td
:last-child
,
.panel
>
.table-responsive
>
.table-striped
>
tbody
>
tr
:last-child
td
:last-child
,
.panel
>
.table-striped
>
tbody
>
tr
:last-child
th
:last-child
,
.panel
>
.table-responsive
>
.table-striped
>
tbody
>
tr
:last-child
th
:last-child
{
border-bottom-left-radius
:
3px
;
}
.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 @
4ee93c9f
This diff is collapsed.
Click to expand it.
less/panels.less
+
11
-
0
View file @
4ee93c9f
...
...
@@ -95,6 +95,17 @@
border: 0;
margin-bottom: 0;
}
> .table-striped > tbody > tr:last-child,
> .table-responsive > .table-striped > tbody > tr:last-child {
td:first-child,
th:first-child {
border-bottom-left-radius: (@panel-border-radius - 1);
}
td:last-child,
th:last-child {
border-bottom-left-radius: (@panel-border-radius - 1);
}
}
}
...
...
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