2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

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

remove default left-right print margins per upstream h5bp change
This commit is contained in:
Mark Otto
2014-01-22 19:18:24 -08:00
2 changed files with 8 additions and 7 deletions
+4 -4
View File
@@ -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 {