diff options
| author | Bootstrap's Grunt bot <[email protected]> | 2015-03-29 04:00:36 +0000 |
|---|---|---|
| committer | Bootstrap's Grunt bot <[email protected]> | 2015-03-29 04:00:36 +0000 |
| commit | e260661ab8654e91a1520c8011b4a7e4837754ab (patch) | |
| tree | e996f030f18148979660018cb90dd7e43a41364a /dist/css/bootstrap.css | |
| parent | f025840eae65afb4c8721192c9f22d5b9f7b2530 (diff) | |
| download | bootstrap-e260661ab8654e91a1520c8011b4a7e4837754ab.tar.xz bootstrap-e260661ab8654e91a1520c8011b4a7e4837754ab.zip | |
automatic `grunt dist`
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 5f09bfda2..0b920f51d 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -6538,7 +6538,7 @@ button.close { display: block !important; } table.visible-xs { - display: table; + display: table !important; } tr.visible-xs { display: table-row !important; @@ -6568,7 +6568,7 @@ button.close { display: block !important; } table.visible-sm { - display: table; + display: table !important; } tr.visible-sm { display: table-row !important; @@ -6598,7 +6598,7 @@ button.close { display: block !important; } table.visible-md { - display: table; + display: table !important; } tr.visible-md { display: table-row !important; @@ -6628,7 +6628,7 @@ button.close { display: block !important; } table.visible-lg { - display: table; + display: table !important; } tr.visible-lg { display: table-row !important; @@ -6681,7 +6681,7 @@ button.close { display: block !important; } table.visible-print { - display: table; + display: table !important; } tr.visible-print { display: table-row !important; |
