diff options
| author | Mark Otto <[email protected]> | 2013-10-14 11:32:46 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-10-14 11:32:46 -0700 |
| commit | 256f3a99c3f5d336a09a20cf6d06094869e78ff0 (patch) | |
| tree | 470b4f10bfa0bb027f643ef33f1a734c385248bc /dist/css/bootstrap.css | |
| parent | 50dd5d5088637a074a64528c2b22091e1afc0d5d (diff) | |
| parent | 5c64ef393caf1331129e2360e1b7f3aaf1e5150e (diff) | |
| download | bootstrap-256f3a99c3f5d336a09a20cf6d06094869e78ff0.tar.xz bootstrap-256f3a99c3f5d336a09a20cf6d06094869e78ff0.zip | |
Merge pull request #11086 from twbs/table-responsive-breakpoint
fix .table-responsive media query; refs #11067
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 1d88c130a..8df1f288a 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -1757,7 +1757,7 @@ table th[class*="col-"] { border-color: #f7e1b5; } -@media (max-width: 768px) { +@media (max-width: 767px) { .table-responsive { width: 100%; margin-bottom: 15px; |
