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
d4a16d35
Commit
d4a16d35
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fixes
#4996
: incorrect border radius on a table
parent
3fa4ca2d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/css/bootstrap.css
+1
-1
docs/assets/css/bootstrap.css
less/tables.less
+1
-1
less/tables.less
with
2 additions
and
2 deletions
+2
-2
docs/assets/css/bootstrap.css
+
1
-
1
View file @
d4a16d35
...
@@ -1944,7 +1944,7 @@ table {
...
@@ -1944,7 +1944,7 @@ table {
.table-bordered
colgroup
+
tbody
tr
:first-child
td
:last-child
{
.table-bordered
colgroup
+
tbody
tr
:first-child
td
:last-child
{
-webkit-border-top-right-radius
:
4px
;
-webkit-border-top-right-radius
:
4px
;
border-top-right-radius
:
4px
;
border-top-right-radius
:
4px
;
-moz-border-radius-top
lef
t
:
4px
;
-moz-border-radius-top
righ
t
:
4px
;
}
}
.table-striped
tbody
tr
:nth-child
(
odd
)
td
,
.table-striped
tbody
tr
:nth-child
(
odd
)
td
,
...
...
This diff is collapsed.
Click to expand it.
less/tables.less
+
1
-
1
View file @
d4a16d35
...
@@ -133,7 +133,7 @@ table {
...
@@ -133,7 +133,7 @@ table {
colgroup + tbody tr:first-child td:last-child {
colgroup + tbody tr:first-child td:last-child {
-webkit-border-top-right-radius: 4px;
-webkit-border-top-right-radius: 4px;
border-top-right-radius: 4px;
border-top-right-radius: 4px;
-moz-border-radius-top
lef
t: 4px;
-moz-border-radius-top
righ
t: 4px;
}
}
}
}
...
...
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