diff options
author | Sashi20 | 2020-07-24 13:32:14 +0530 |
---|---|---|
committer | GitHub | 2020-07-24 13:32:14 +0530 |
commit | b4ebfa8693d446d1919c4174e20a75588304d29b (patch) | |
tree | 9ea80bc4c38afbcf3d7589edc958e9aad1b35fd5 /pdf/fpdf/fpdf.css | |
parent | d7f0352ef806756056d0d903ae8306b32b804bec (diff) | |
parent | 214a9734308375077f67db1d54bde6696719e4bd (diff) | |
download | dwsim_flowsheet-b4ebfa8693d446d1919c4174e20a75588304d29b.tar.gz dwsim_flowsheet-b4ebfa8693d446d1919c4174e20a75588304d29b.tar.bz2 dwsim_flowsheet-b4ebfa8693d446d1919c4174e20a75588304d29b.zip |
Merge pull request #46 from Sashi20/drupal_7.x
Update certificate headers and 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}
|