aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-19 16:49:38 -0700
committerMark Otto <[email protected]>2013-07-19 16:49:38 -0700
commit95b9f44190813b578c6724680090f3b85b9fcf82 (patch)
treee96f4b498342c6425699b2906bef2c88f7af62e2 /dist/css/bootstrap.css
parentf25d8c008041bbc6a008fab92915ca0073941ff0 (diff)
downloadbootstrap-95b9f44190813b578c6724680090f3b85b9fcf82.tar.xz
bootstrap-95b9f44190813b578c6724680090f3b85b9fcf82.zip
Fixes #8278: fix on print
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css7
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;
+ }
}
* {