From 4188f38ad56d7ba2ea46e94403f305243514f80c Mon Sep 17 00:00:00 2001 From: tcit Date: Thu, 24 Jul 2014 15:49:36 +0200 Subject: add pdf and mobi libraries --- inc/3rdparty/libraries/mpdf/mpdf.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 inc/3rdparty/libraries/mpdf/mpdf.css (limited to 'inc/3rdparty/libraries/mpdf/mpdf.css') diff --git a/inc/3rdparty/libraries/mpdf/mpdf.css b/inc/3rdparty/libraries/mpdf/mpdf.css new file mode 100644 index 00000000..b46d0d63 --- /dev/null +++ b/inc/3rdparty/libraries/mpdf/mpdf.css @@ -0,0 +1,20 @@ +/* + This is a secondary default stylesheet for mPDF + It will only parse element-level CSS here + Remove the comment marks below and edit as required +*/ + + + +/* + These values used to be the default prior to mPDF 4.2 + Altered to make appearance closer to that of browsers + Uncomment these lines to return to behaviour prior to v4.2 +*/ + + +/* +img { margin: 0.83em 0; vertical-align: bottom; } +table { margin: 0.5em; } +textarea { vertical-align: top; } +*/ -- cgit v1.2.3