Commit f748390c authored by Mark Otto's avatar Mark Otto

Follow-up to #12250: remove remaining page margins for print

parent 08e83a62
...@@ -229,10 +229,6 @@ table { ...@@ -229,10 +229,6 @@ table {
.navbar { .navbar {
display: none; display: none;
} }
@page {
margin-top: 2cm;
margin-bottom: 2cm;
}
.table td, .table td,
.table th { .table th {
background-color: #fff !important; background-color: #fff !important;
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -72,10 +72,6 @@ ...@@ -72,10 +72,6 @@
.navbar { .navbar {
display: none; display: none;
} }
@page {
margin-top: 2cm;
margin-bottom: 2cm;
}
.table { .table {
td, td,
th { th {
......
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