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
30926450
Commit
30926450
authored
9 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
Remove grid sizing styles on tables
parent
6749e550
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
dist/css/bootstrap.css
+0
-12
dist/css/bootstrap.css
dist/css/bootstrap.css.map
+0
-0
dist/css/bootstrap.css.map
dist/css/bootstrap.min.css
+1
-1
dist/css/bootstrap.min.css
docs/assets/css/docs.min.css
+1
-1
docs/assets/css/docs.min.css
scss/_tables.scss
+0
-22
scss/_tables.scss
with
2 additions
and
36 deletions
+2
-36
dist/css/bootstrap.css
+
0
-
12
View file @
30926450
...
@@ -1544,18 +1544,6 @@ th {
...
@@ -1544,18 +1544,6 @@ th {
background-color
:
#f5f5f5
;
background-color
:
#f5f5f5
;
}
}
table
col
[
class
*=
"col-"
]
{
position
:
static
;
display
:
table-column
;
float
:
none
;
}
table
td
[
class
*=
"col-"
],
table
th
[
class
*=
"col-"
]
{
position
:
static
;
display
:
table-cell
;
float
:
none
;
}
.table-active
,
.table-active
>
th
,
.table-active
>
td
{
.table-active
,
.table-active
>
th
,
.table-active
>
td
{
background-color
:
#f5f5f5
;
background-color
:
#f5f5f5
;
}
}
...
...
This diff is collapsed.
Click to expand it.
dist/css/bootstrap.css.map
-81 bytes (0%)
View file @
30926450
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This diff is collapsed.
Click to expand it.
dist/css/bootstrap.min.css
+
1
-
1
View file @
30926450
This diff is collapsed.
Click to expand it.
docs/assets/css/docs.min.css
+
1
-
1
View file @
30926450
This diff is collapsed.
Click to expand it.
scss/_tables.scss
+
0
-
22
View file @
30926450
...
@@ -107,28 +107,6 @@ th {
...
@@ -107,28 +107,6 @@ th {
}
}
// Table cell sizing
//
// Reset default table behavior
table
col
[
class
*=
"col-"
]
{
position
:
static
;
// Prevent border hiding in Firefox and IE9-11 (see https://github.com/twbs/bootstrap/issues/11623)
display
:
table-column
;
float
:
none
;
}
table
{
td
,
th
{
&
[
class
*=
"col-"
]
{
position
:
static
;
// Prevent border hiding in Firefox and IE9-11 (see https://github.com/twbs/bootstrap/issues/11623)
display
:
table-cell
;
float
:
none
;
}
}
}
// Table backgrounds
// Table backgrounds
//
//
// Exact selectors below required to override `.table-striped` and prevent
// Exact selectors below required to override `.table-striped` and prevent
...
...
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