mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-25 08:50:22 +00:00
Merge branch 'master' of https://github.com/apexskier/bootstrap into apexskier-master
Conflicts: dist/css/bootstrap.min.css
This commit is contained in:
commit
0a2ec5545b
4 changed files with 4 additions and 2 deletions
File diff suppressed because one or more lines are too long
1
dist/css/bootstrap.css
vendored
1
dist/css/bootstrap.css
vendored
|
|
@ -1578,6 +1578,7 @@ table th[class*="col-"] {
|
|||
overflow-x: scroll;
|
||||
overflow-y: hidden;
|
||||
border: 1px solid #dddddd;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
.table-responsive > .table {
|
||||
margin-bottom: 0;
|
||||
|
|
|
|||
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
|
|
@ -187,6 +187,7 @@ table {
|
|||
overflow-y: hidden;
|
||||
overflow-x: scroll;
|
||||
border: 1px solid @table-border-color;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
|
||||
// Tighten up spacing and give a background color
|
||||
> .table {
|
||||
|
|
|
|||
Loading…
Reference in a new issue