aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-01-15 19:17:32 -0800
committerChris Rebert <[email protected]>2014-01-21 16:29:49 -0800
commit1942f36455a892dc4eebed284dbb48fdddd01581 (patch)
tree6d3268d9b4000b17c6cee36b4663c082ee2a511c /less
parent7938134fd1382deb7b300da1672559fe2afb3706 (diff)
downloadbootstrap-1942f36455a892dc4eebed284dbb48fdddd01581.tar.xz
bootstrap-1942f36455a892dc4eebed284dbb48fdddd01581.zip
remove default left-right print margins per upstream h5bp change
Refs: https://github.com/h5bp/html5-boilerplate/commit/57be193031b95b003b96efe9eba7a4db7f58f4e1 https://github.com/h5bp/html5-boilerplate/issues/1477
Diffstat (limited to 'less')
-rw-r--r--less/print.less8
1 files changed, 4 insertions, 4 deletions
diff --git a/less/print.less b/less/print.less
index 07277a3ca..215808853 100644
--- a/less/print.less
+++ b/less/print.less
@@ -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 {