From 61594159e15383f88ac856204aba1e014ef6e04d Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 27 Apr 2015 15:28:50 +0200 Subject: epub: Ugly hack so that table rows end up on their own lines at least. We don't support tables yet, so this is a stop gap measure. --- source/html/html-layout.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/html') diff --git a/source/html/html-layout.c b/source/html/html-layout.c index cc510a22..6d67f1a1 100644 --- a/source/html/html-layout.c +++ b/source/html/html-layout.c @@ -32,6 +32,7 @@ static const char *default_css = "center{text-align:center}" "svg{display:none}" "a{color:blue}" +"tr{display:block}" /* ugly hack! */ ; static int iswhite(int c) -- cgit v1.2.3