diff options
author | tcit <tcit@tcit.fr> | 2014-07-24 15:49:36 +0200 |
---|---|---|
committer | tcit <tcit@tcit.fr> | 2014-07-24 15:49:36 +0200 |
commit | 4188f38ad56d7ba2ea46e94403f305243514f80c (patch) | |
tree | f357ddbd0d846ebae0ecf5d2ab00d6b7dd6eb8d5 /inc/3rdparty/libraries/mpdf/mpdf.css | |
parent | 2b58426b2d4a7f1585d5d7667c0a4fbea4cd29dd (diff) | |
download | wallabag-4188f38ad56d7ba2ea46e94403f305243514f80c.tar.gz wallabag-4188f38ad56d7ba2ea46e94403f305243514f80c.tar.zst wallabag-4188f38ad56d7ba2ea46e94403f305243514f80c.zip |
add pdf and mobi libraries
Diffstat (limited to 'inc/3rdparty/libraries/mpdf/mpdf.css')
-rw-r--r-- | inc/3rdparty/libraries/mpdf/mpdf.css | 20 |
1 files changed, 20 insertions, 0 deletions
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 @@ | |||
1 | /* | ||
2 | This is a secondary default stylesheet for mPDF | ||
3 | It will only parse element-level CSS here | ||
4 | Remove the comment marks below and edit as required | ||
5 | */ | ||
6 | |||
7 | |||
8 | |||
9 | /* | ||
10 | These values used to be the default prior to mPDF 4.2 | ||
11 | Altered to make appearance closer to that of browsers | ||
12 | Uncomment these lines to return to behaviour prior to v4.2 | ||
13 | */ | ||
14 | |||
15 | |||
16 | /* | ||
17 | img { margin: 0.83em 0; vertical-align: bottom; } | ||
18 | table { margin: 0.5em; } | ||
19 | textarea { vertical-align: top; } | ||
20 | */ | ||