Commit 1e1af868 authored by Mark Otto's avatar Mark Otto

Merge pull request #12250 from twbs/rm-print-margins

remove default left-right print margins per upstream h5bp change
parents b9454914 1942f364
......@@ -213,9 +213,6 @@ table {
img {
max-width: 100% !important;
}
@page {
margin: 2cm .5cm;
}
p,
h2,
h3 {
......@@ -232,6 +229,10 @@ table {
.navbar {
display: none;
}
@page {
margin-top: 2cm;
margin-bottom: 2cm;
}
.table td,
.table th {
background-color: #fff !important;
......
......@@ -50,10 +50,6 @@
max-width: 100% !important;
}
@page {
margin: 2cm .5cm;
}
p,
h2,
h3 {
......@@ -76,6 +72,10 @@
.navbar {
display: none;
}
@page {
margin-top: 2cm;
margin-bottom: 2cm;
}
.table {
td,
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