diff options
| author | Mark Otto <[email protected]> | 2013-08-05 20:55:30 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-05 20:55:30 -0700 |
| commit | db45a60cc86190a060f0baf0b3961cbc690f3a65 (patch) | |
| tree | 9cf49a6b75e8ae44197280293a485cd8c76dda24 /dist/css/bootstrap.css | |
| parent | 1d1e21aff6c131be7c911e2b83febe339fa48272 (diff) | |
| download | bootstrap-db45a60cc86190a060f0baf0b3961cbc690f3a65.tar.xz bootstrap-db45a60cc86190a060f0baf0b3961cbc690f3a65.zip | |
Scope tablet classes to tablets range only
Fixes #9128
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 fb446da47..a381420a3 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -873,7 +873,7 @@ pre code { width: 100%; } -@media (min-width: 768px) { +@media (min-width: 768px) and (max-width: 991px) { .container { max-width: 728px; } |
