diff options
| author | Mark Otto <[email protected]> | 2014-01-22 21:20:06 -0600 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-01-22 21:20:06 -0600 |
| commit | 833c208bf5e88e438ae1eb360782b2364cd03915 (patch) | |
| tree | 64c0bfb40a88666629c0490b393896a7a50af6dd /dist/css/bootstrap.css | |
| parent | e71a85a525da06100a4b3882fcb95909454c5dca (diff) | |
| parent | 1e1af8687d7cc892577c58957e929c311173c09b (diff) | |
| download | bootstrap-833c208bf5e88e438ae1eb360782b2364cd03915.tar.xz bootstrap-833c208bf5e88e438ae1eb360782b2364cd03915.zip | |
Merge branch 'master' of github.com:twbs/bootstrap
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 7 |
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; |
