2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Fixes #8278: fix on print

This commit is contained in:
Mark Otto
2013-07-19 16:49:38 -07:00
parent f25d8c0080
commit 95b9f44190
3 changed files with 19 additions and 1 deletions
+11
View File
@@ -86,4 +86,15 @@
.label {
border: 1px solid #000;
}
.table {
border-collapse: collapse !important;
}
.table-bordered {
th,
td {
border: 1px solid #ddd !important;
}
}
}