aboutsummaryrefslogtreecommitdiff
path: root/dist/css
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 /dist/css
parente71a85a525da06100a4b3882fcb95909454c5dca (diff)
parent1e1af8687d7cc892577c58957e929c311173c09b (diff)
downloadbootstrap-833c208bf5e88e438ae1eb360782b2364cd03915.tar.xz
bootstrap-833c208bf5e88e438ae1eb360782b2364cd03915.zip
Merge branch 'master' of github.com:twbs/bootstrap
Diffstat (limited to 'dist/css')
-rw-r--r--dist/css/bootstrap.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 4787aac6c..a86aae0d1 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -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;