diff options
| author | Mark Otto <[email protected]> | 2014-09-17 22:00:12 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-09-17 22:00:12 -0700 |
| commit | 1917b2d870f346828788e3aa7a7d2b9eaff070a9 (patch) | |
| tree | da390b6c451d999a2c3bd56724f5b2f8aa26dba1 /docs/dist/css/bootstrap.css | |
| parent | 2beb2e9fcf20aa3624380b97df8a7ceb521e8849 (diff) | |
| download | bootstrap-1917b2d870f346828788e3aa7a7d2b9eaff070a9.tar.xz bootstrap-1917b2d870f346828788e3aa7a7d2b9eaff070a9.zip | |
G R U N T
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 52a9c5d01..8c4eecdcc 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -4827,7 +4827,7 @@ button.close { width: 300px; } } -@media (min-width: 62em) { +@media (min-width: 48em) { .modal-lg { width: 900px; } @@ -5229,7 +5229,7 @@ button.close { .carousel-caption .btn { text-shadow: none; } -@media screen and (min-width: 48em) { +@media (min-width: 48em) { .carousel-control .icon-prev, .carousel-control .icon-next { width: 30px; |
