Commit 95b9f441 authored by Mark Otto's avatar Mark Otto

Fixes #8278: fix on print

parent f25d8c00
......@@ -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;
}
}
* {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -86,4 +86,15 @@
.label {
border: 1px solid #000;
}
.table {
border-collapse: collapse !important;
}
.table-bordered {
th,
td {
border: 1px solid #ddd !important;
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment