diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2014-11-26 02:16:00 +0100 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2014-12-03 12:25:52 +0100 |
commit | 08a4d6d49f91e295fa6265a91ce030fc9c585922 (patch) | |
tree | 9348f63ab63a93ce5de7fe0f67427ea0762cf366 /source/html/layout.c | |
parent | 673f6e7149c3c5b0e2a1fe334c3b04124fc807c6 (diff) | |
download | mupdf-08a4d6d49f91e295fa6265a91ce030fc9c585922.tar.xz |
epub: Add EPUB document type.
Diffstat (limited to 'source/html/layout.c')
-rw-r--r-- | source/html/layout.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/html/layout.c b/source/html/layout.c index 3243a6ae..31c41a71 100644 --- a/source/html/layout.c +++ b/source/html/layout.c @@ -31,6 +31,7 @@ static const char *default_css = "u,ins{text-decoration:underline}" "center{text-align:center}" "svg{display:none}" +"a{color:blue}" ; static int iswhite(int c) |