From c4e22fde47fbc3ea640a1a6ae765804fa7ba7161 Mon Sep 17 00:00:00 2001 From: Keith Fahlgren Date: Tue, 17 Feb 2009 04:47:44 +0000 Subject: [PATCH] Patch from Paul Norton of Adobe to get covers to look better in Adobe Digital Editions --- xsl/epub/docbook.xsl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/xsl/epub/docbook.xsl b/xsl/epub/docbook.xsl index 5c81361d4..3f0715a5a 100644 --- a/xsl/epub/docbook.xsl +++ b/xsl/epub/docbook.xsl @@ -1445,8 +1445,9 @@ Cover text/css - . - { width:100%; height: 100%; } + + # + img { max-width: 100%; } -- 2.50.1