1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-17 19:06:40 +02:00

Merge branch 'master' of https://github.com/apexskier/bootstrap into apexskier-master

Conflicts:
	dist/css/bootstrap.min.css
This commit is contained in:
Mark Otto
2013-08-23 23:16:37 -07:00
4 changed files with 4 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1578,6 +1578,7 @@ table th[class*="col-"] {
overflow-x: scroll; overflow-x: scroll;
overflow-y: hidden; overflow-y: hidden;
border: 1px solid #dddddd; border: 1px solid #dddddd;
-webkit-overflow-scrolling: touch;
} }
.table-responsive > .table { .table-responsive > .table {
margin-bottom: 0; margin-bottom: 0;

File diff suppressed because one or more lines are too long

View File

@@ -187,6 +187,7 @@ table {
overflow-y: hidden; overflow-y: hidden;
overflow-x: scroll; overflow-x: scroll;
border: 1px solid @table-border-color; border: 1px solid @table-border-color;
-webkit-overflow-scrolling: touch;
// Tighten up spacing and give a background color // Tighten up spacing and give a background color
> .table { > .table {