diff options
| author | Mark Otto <[email protected]> | 2013-07-19 16:49:38 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-19 16:49:38 -0700 |
| commit | 95b9f44190813b578c6724680090f3b85b9fcf82 (patch) | |
| tree | e96f4b498342c6425699b2906bef2c88f7af62e2 /dist/css/bootstrap.css | |
| parent | f25d8c008041bbc6a008fab92915ca0073941ff0 (diff) | |
| download | bootstrap-95b9f44190813b578c6724680090f3b85b9fcf82.tar.xz bootstrap-95b9f44190813b578c6724680090f3b85b9fcf82.zip | |
Fixes #8278: fix on print
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 773cd2a45..df97bd6be 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -277,6 +277,13 @@ table { .label { border: 1px solid #000; } + .table { + border-collapse: collapse !important; + } + .table-bordered th, + .table-bordered td { + border: 1px solid #ddd !important; + } } * { |
