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
2e52946f
Commit
2e52946f
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fix lingering tables bug
parent
4109c62c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/assets/bootstrap.zip
+0
-0
docs/assets/bootstrap.zip
docs/assets/css/bootstrap.css
+5
-0
docs/assets/css/bootstrap.css
less/tables.less
+1
-0
less/tables.less
with
6 additions
and
0 deletions
+6
-0
docs/assets/bootstrap.zip
+
0
-
0
View file @
2e52946f
No preview for this file type
This diff is collapsed.
Click to expand it.
docs/assets/css/bootstrap.css
+
5
-
0
View file @
2e52946f
...
@@ -1200,6 +1200,11 @@ table {
...
@@ -1200,6 +1200,11 @@ table {
.table-bordered
td
{
.table-bordered
td
{
border-left
:
1px
solid
#dddddd
;
border-left
:
1px
solid
#dddddd
;
}
}
.table-bordered
thead
:first-child
tr
:first-child
th
,
.table-bordered
tbody
:first-child
tr
:first-child
th
,
.table-bordered
tbody
:first-child
tr
:first-child
td
{
border-top
:
0
;
}
.table-bordered
thead
:first-child
tr
:first-child
th
:first-child
,
.table-bordered
thead
:first-child
tr
:first-child
th
:first-child
,
.table-bordered
tbody
:first-child
tr
:first-child
td
:first-child
{
.table-bordered
tbody
:first-child
tr
:first-child
td
:first-child
{
-webkit-border-radius
:
4px
0
0
0
;
-webkit-border-radius
:
4px
0
0
0
;
...
...
This diff is collapsed.
Click to expand it.
less/tables.less
+
1
-
0
View file @
2e52946f
...
@@ -79,6 +79,7 @@ table {
...
@@ -79,6 +79,7 @@ table {
thead:first-child tr:first-child th,
thead:first-child tr:first-child th,
tbody:first-child tr:first-child th,
tbody:first-child tr:first-child th,
tbody:first-child tr:first-child td {
tbody:first-child tr:first-child td {
border-top: 0;
}
}
// For first th or td in the first row in the first thead or tbody
// For first th or td in the first row in the first thead or tbody
thead:first-child tr:first-child th:first-child,
thead:first-child tr:first-child th:first-child,
...
...
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