diff options
| author | Mark Otto <[email protected]> | 2013-08-23 23:16:37 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-23 23:16:37 -0700 |
| commit | 0a2ec5545b499d87aca5b132ba7ac6bc5ede0949 (patch) | |
| tree | d108b427e4a901257d7c7eacad0841cfe2a13dc6 /less | |
| parent | 99afaba2bfa5bcab8ee070477fba4b15db8d2af6 (diff) | |
| parent | 9bdc841accb46e77a7f7347e82d0b19aea5703b6 (diff) | |
| download | bootstrap-0a2ec5545b499d87aca5b132ba7ac6bc5ede0949.tar.xz bootstrap-0a2ec5545b499d87aca5b132ba7ac6bc5ede0949.zip | |
Merge branch 'master' of https://github.com/apexskier/bootstrap into apexskier-master
Conflicts:
dist/css/bootstrap.min.css
Diffstat (limited to 'less')
| -rw-r--r-- | less/tables.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/tables.less b/less/tables.less index 5b6ea44d9..c3c389110 100644 --- a/less/tables.less +++ b/less/tables.less @@ -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 { |
