aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-01-22 21:20:06 -0600
committerMark Otto <[email protected]>2014-01-22 21:20:06 -0600
commit833c208bf5e88e438ae1eb360782b2364cd03915 (patch)
tree64c0bfb40a88666629c0490b393896a7a50af6dd /less
parente71a85a525da06100a4b3882fcb95909454c5dca (diff)
parent1e1af8687d7cc892577c58957e929c311173c09b (diff)
downloadbootstrap-833c208bf5e88e438ae1eb360782b2364cd03915.tar.xz
bootstrap-833c208bf5e88e438ae1eb360782b2364cd03915.zip
Merge branch 'master' of github.com:twbs/bootstrap
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 {