summaryrefslogtreecommitdiff
path: root/source/html/layout.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2014-11-26 02:16:00 +0100
committerTor Andersson <tor.andersson@artifex.com>2014-12-03 12:25:52 +0100
commit08a4d6d49f91e295fa6265a91ce030fc9c585922 (patch)
tree9348f63ab63a93ce5de7fe0f67427ea0762cf366 /source/html/layout.c
parent673f6e7149c3c5b0e2a1fe334c3b04124fc807c6 (diff)
downloadmupdf-08a4d6d49f91e295fa6265a91ce030fc9c585922.tar.xz
epub: Add EPUB document type.
Diffstat (limited to 'source/html/layout.c')
-rw-r--r--source/html/layout.c1
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)