diff options
author | Sashi20 | 2020-07-24 13:31:08 +0530 |
---|---|---|
committer | Sashi20 | 2020-07-24 13:31:08 +0530 |
commit | 214a9734308375077f67db1d54bde6696719e4bd (patch) | |
tree | 9ea80bc4c38afbcf3d7589edc958e9aad1b35fd5 /pdf/fpdf/fpdf.css | |
parent | bc60fdfbcb0972a93a3b3b2b7cac46993fcc5d47 (diff) | |
download | dwsim_flowsheet-214a9734308375077f67db1d54bde6696719e4bd.tar.gz dwsim_flowsheet-214a9734308375077f67db1d54bde6696719e4bd.tar.bz2 dwsim_flowsheet-214a9734308375077f67db1d54bde6696719e4bd.zip |
Update FPDF version
Diffstat (limited to 'pdf/fpdf/fpdf.css')
-rwxr-xr-x | pdf/fpdf/fpdf.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf/fpdf/fpdf.css b/pdf/fpdf/fpdf.css index 5db3377..dd2c540 100755 --- a/pdf/fpdf/fpdf.css +++ b/pdf/fpdf/fpdf.css @@ -1,6 +1,6 @@ body {font-family:"Times New Roman",serif}
h1 {font:bold 135% Arial,sans-serif; color:#4000A0; margin-bottom:0.9em}
-h2 {font:bold 100% Arial,sans-serif; color:#900000; margin-top:1.5em}
+h2 {font:bold 95% Arial,sans-serif; color:#900000; margin-top:1.5em; margin-bottom:1em}
dl.param dt {text-decoration:underline}
dl.param dd {margin-top:1em; margin-bottom:1em}
dl.param ul {margin-top:1em; margin-bottom:1em}
|