diff options
| author | Mark Otto <[email protected]> | 2014-07-09 13:58:27 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-09 13:58:27 -0700 |
| commit | 77a4bcad9efc205f15f18562ac1e4681dc9a2649 (patch) | |
| tree | d6b5806af1d95e020de62609e01bc111debc6104 /docs/dist/css/bootstrap.css | |
| parent | 02fe0ecc3169dd4c8ca9ac824a84527c1ef74012 (diff) | |
| download | bootstrap-77a4bcad9efc205f15f18562ac1e4681dc9a2649.tar.xz bootstrap-77a4bcad9efc205f15f18562ac1e4681dc9a2649.zip | |
Drop the deprecated .visible-* classes (because we replaced them with .visible-*-block, -inline-block, -inline
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 89 |
1 files changed, 0 insertions, 89 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 3ec4e57a4..872cbdab5 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -5202,12 +5202,6 @@ button.close { @-ms-viewport { width: device-width; } -.visible-xs, -.visible-sm, -.visible-md, -.visible-lg { - display: none !important; -} .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, @@ -5223,21 +5217,6 @@ button.close { display: none !important; } @media (max-width: 47.9em) { - .visible-xs { - display: block !important; - } - table.visible-xs { - display: table; - } - tr.visible-xs { - display: table-row !important; - } - th.visible-xs, - td.visible-xs { - display: table-cell !important; - } -} -@media (max-width: 47.9em) { .visible-xs-block { display: block !important; } @@ -5253,21 +5232,6 @@ button.close { } } @media (min-width: 48em) and (max-width: 61.9em) { - .visible-sm { - display: block !important; - } - table.visible-sm { - display: table; - } - tr.visible-sm { - display: table-row !important; - } - th.visible-sm, - td.visible-sm { - display: table-cell !important; - } -} -@media (min-width: 48em) and (max-width: 61.9em) { .visible-sm-block { display: block !important; } @@ -5283,21 +5247,6 @@ button.close { } } @media (min-width: 62em) and (max-width: 74.9em) { - .visible-md { - display: block !important; - } - table.visible-md { - display: table; - } - tr.visible-md { - display: table-row !important; - } - th.visible-md, - td.visible-md { - display: table-cell !important; - } -} -@media (min-width: 62em) and (max-width: 74.9em) { .visible-md-block { display: block !important; } @@ -5313,21 +5262,6 @@ button.close { } } @media (min-width: 75em) { - .visible-lg { - display: block !important; - } - table.visible-lg { - display: table; - } - tr.visible-lg { - display: table-row !important; - } - th.visible-lg, - td.visible-lg { - display: table-cell !important; - } -} -@media (min-width: 75em) { .visible-lg-block { display: block !important; } @@ -5342,11 +5276,6 @@ button.close { display: inline-block !important; } } -@media (max-width: 47.9em) { - .hidden-xs { - display: none !important; - } -} @media (min-width: 48em) and (max-width: 61.9em) { .hidden-sm { display: none !important; @@ -5362,24 +5291,6 @@ button.close { display: none !important; } } -.visible-print { - display: none !important; -} -@media print { - .visible-print { - display: block !important; - } - table.visible-print { - display: table; - } - tr.visible-print { - display: table-row !important; - } - th.visible-print, - td.visible-print { - display: table-cell !important; - } -} .visible-print-block { display: none !important; } |
