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
fa64846a
Commit
fa64846a
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge branch 'master' of github.com:twbs/bootstrap
Conflicts: dist/css/bootstrap.min.css
parents
71007115
3fb1381a
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
dist/css/bootstrap.css
+1
-1
dist/css/bootstrap.css
dist/css/bootstrap.min.css
+1
-1
dist/css/bootstrap.min.css
less/tables.less
+2
-2
less/tables.less
with
4 additions
and
4 deletions
+4
-4
dist/css/bootstrap.css
+
1
-
1
View file @
fa64846a
...
@@ -1757,7 +1757,7 @@ table th[class*="col-"] {
...
@@ -1757,7 +1757,7 @@ table th[class*="col-"] {
border-color
:
#f7e1b5
;
border-color
:
#f7e1b5
;
}
}
@media
(
max-width
:
76
8
px
)
{
@media
(
max-width
:
76
7
px
)
{
.table-responsive
{
.table-responsive
{
width
:
100%
;
width
:
100%
;
margin-bottom
:
15px
;
margin-bottom
:
15px
;
...
...
This diff is collapsed.
Click to expand it.
dist/css/bootstrap.min.css
+
1
-
1
View file @
fa64846a
This diff is collapsed.
Click to expand it.
less/tables.less
+
2
-
2
View file @
fa64846a
...
@@ -171,10 +171,10 @@ table {
...
@@ -171,10 +171,10 @@ table {
// by enabling horizontal scrolling. Only applies <768px. Everything above that
// by enabling horizontal scrolling. Only applies <768px. Everything above that
// will display normally.
// will display normally.
@media (max-width: @screen-
sm-min
) {
@media (max-width: @screen-
xs-max
) {
.table-responsive {
.table-responsive {
width: 100%;
width: 100%;
margin-bottom:
15px
;
margin-bottom:
(@line-height-computed * 0.75)
;
overflow-y: hidden;
overflow-y: hidden;
overflow-x: scroll;
overflow-x: scroll;
-ms-overflow-style: -ms-autohiding-scrollbar;
-ms-overflow-style: -ms-autohiding-scrollbar;
...
...
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