aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-10-14 10:58:12 -0700
committerChris Rebert <[email protected]>2013-10-14 10:58:12 -0700
commit5c64ef393caf1331129e2360e1b7f3aaf1e5150e (patch)
treed26ca9b1702ff12ae62849a4bba85fbe6e419450 /dist/css/bootstrap.css
parent70278a4e4f6c2e9079d72a2993b69efd3a965ba0 (diff)
downloadbootstrap-5c64ef393caf1331129e2360e1b7f3aaf1e5150e.tar.xz
bootstrap-5c64ef393caf1331129e2360e1b7f3aaf1e5150e.zip
fix .table-responsive media query; refs #11067
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css2
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;