diff options
| author | Kevin <[email protected]> | 2013-04-27 18:47:47 +0200 |
|---|---|---|
| committer | Kevin <[email protected]> | 2013-04-27 18:47:47 +0200 |
| commit | 9ce7f22e991804cd08c4dc612cd929d07dc0a28f (patch) | |
| tree | a34e28de0477c1f668aef8244d881e00d7cd9391 /docs/assets/css | |
| parent | 8ae9c6ab34128ea863343abaeff39ca7c6f4618c (diff) | |
| download | bootstrap-9ce7f22e991804cd08c4dc612cd929d07dc0a28f.tar.xz bootstrap-9ce7f22e991804cd08c4dc612cd929d07dc0a28f.zip | |
Adding media queries breakpoints variables
Diffstat (limited to 'docs/assets/css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 70b610e52..2b4ca441f 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -5341,7 +5341,7 @@ a.list-group-item.active > .badge, display: inherit !important; } -@media (min-width: 768px) and (max-width: 979px) { +@media (min-width: 768px) and (max-width: 992px) { .visible-phone { display: none !important; } @@ -5362,7 +5362,7 @@ a.list-group-item.active > .badge, } } -@media (min-width: 980px) { +@media (min-width: 992px) { .visible-phone { display: none !important; } |
