diff options
| author | fat <[email protected]> | 2013-08-11 18:42:13 -0700 |
|---|---|---|
| committer | fat <[email protected]> | 2013-08-11 18:42:13 -0700 |
| commit | 8bdffecf8f65a7bd4f27ad4d2afb922291a4e4ad (patch) | |
| tree | 9e1ffa9035bc97211d8801caa02b402982c557ce /dist/css/bootstrap.css | |
| parent | 32f6cbf9d0b3bb564590fb920364ddcebb0dee12 (diff) | |
| download | bootstrap-8bdffecf8f65a7bd4f27ad4d2afb922291a4e4ad.tar.xz bootstrap-8bdffecf8f65a7bd4f27ad4d2afb922291a4e4ad.zip | |
rebuild + first bit of customizer urls
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 226 |
1 files changed, 128 insertions, 98 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index aa791541b..e76d42a2e 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4663,6 +4663,32 @@ td.visible-sm { display: table-cell !important; } +@media (min-width: 768px) and (max-width: 991px) { + .visible-sm { + display: none !important; + } + tr.visible-sm { + display: none !important; + } + th.visible-sm, + td.visible-sm { + display: none !important; + } +} + +@media (min-width: 992px) { + .visible-sm { + display: none !important; + } + tr.visible-sm { + display: none !important; + } + th.visible-sm, + td.visible-sm { + display: none !important; + } +} + .visible-md { display: none !important; } @@ -4676,6 +4702,32 @@ td.visible-md { display: none !important; } +@media (min-width: 768px) and (max-width: 991px) { + .visible-md { + display: block !important; + } + tr.visible-md { + display: table-row !important; + } + th.visible-md, + td.visible-md { + display: table-cell !important; + } +} + +@media (min-width: 992px) { + .visible-md { + display: none !important; + } + tr.visible-md { + display: none !important; + } + th.visible-md, + td.visible-md { + display: none !important; + } +} + .visible-lg { display: none !important; } @@ -4689,6 +4741,32 @@ td.visible-lg { display: none !important; } +@media (min-width: 768px) and (max-width: 991px) { + .visible-lg { + display: none !important; + } + tr.visible-lg { + display: none !important; + } + th.visible-lg, + td.visible-lg { + display: none !important; + } +} + +@media (min-width: 992px) { + .visible-lg { + display: block !important; + } + tr.visible-lg { + display: table-row !important; + } + th.visible-lg, + td.visible-lg { + display: table-cell !important; + } +} + .hidden-sm { display: none !important; } @@ -4702,63 +4780,20 @@ td.hidden-sm { display: none !important; } -.hidden-md { - display: block !important; -} - -tr.hidden-md { - display: table-row !important; -} - -th.hidden-md, -td.hidden-md { - display: table-cell !important; -} - -.hidden-lg { - display: block !important; -} - -tr.hidden-lg { - display: table-row !important; -} - -th.hidden-lg, -td.hidden-lg { - display: table-cell !important; -} - @media (min-width: 768px) and (max-width: 991px) { - .visible-sm { - display: none !important; - } - tr.visible-sm { - display: none !important; - } - th.visible-sm, - td.visible-sm { - display: none !important; - } - .visible-md { + .hidden-sm { display: block !important; } - tr.visible-md { + tr.hidden-sm { display: table-row !important; } - th.visible-md, - td.visible-md { + th.hidden-sm, + td.hidden-sm { display: table-cell !important; } - .visible-lg { - display: none !important; - } - tr.visible-lg { - display: none !important; - } - th.visible-lg, - td.visible-lg { - display: none !important; - } +} + +@media (min-width: 992px) { .hidden-sm { display: block !important; } @@ -4769,6 +4804,22 @@ td.hidden-lg { td.hidden-sm { display: table-cell !important; } +} + +.hidden-md { + display: block !important; +} + +tr.hidden-md { + display: table-row !important; +} + +th.hidden-md, +td.hidden-md { + display: table-cell !important; +} + +@media (min-width: 768px) and (max-width: 991px) { .hidden-md { display: none !important; } @@ -4779,69 +4830,48 @@ td.hidden-lg { td.hidden-md { display: none !important; } - .hidden-lg { - display: block !important; - } - tr.hidden-lg { - display: table-row !important; - } - th.hidden-lg, - td.hidden-lg { - display: table-cell !important; - } } @media (min-width: 992px) { - .visible-sm { - display: none !important; - } - tr.visible-sm { - display: none !important; - } - th.visible-sm, - td.visible-sm { - display: none !important; - } - .visible-md { - display: none !important; - } - tr.visible-md { - display: none !important; - } - th.visible-md, - td.visible-md { - display: none !important; - } - .visible-lg { - display: block !important; - } - tr.visible-lg { - display: table-row !important; - } - th.visible-lg, - td.visible-lg { - display: table-cell !important; - } - .hidden-sm { + .hidden-md { display: block !important; } - tr.hidden-sm { + tr.hidden-md { display: table-row !important; } - th.hidden-sm, - td.hidden-sm { + th.hidden-md, + td.hidden-md { display: table-cell !important; } - .hidden-md { +} + +.hidden-lg { + display: block !important; +} + +tr.hidden-lg { + display: table-row !important; +} + +th.hidden-lg, +td.hidden-lg { + display: table-cell !important; +} + +@media (min-width: 768px) and (max-width: 991px) { + .hidden-lg { display: block !important; } - tr.hidden-md { + tr.hidden-lg { display: table-row !important; } - th.hidden-md, - td.hidden-md { + th.hidden-lg, + td.hidden-lg { display: table-cell !important; } +} + +@media (min-width: 992px) { .hidden-lg { display: none !important; } |
