From ca9f58610dc932c1fd2db9a1af188b3b054a2cfc Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 18 Jul 2012 15:59:52 +0530 Subject: [PATCH] Metadata jacket: Specify forground in addition to the background color for the title banner so that it remain readable if the user tries to monkey with the CSS in the viewer. --- resources/jacket/stylesheet.css | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/jacket/stylesheet.css b/resources/jacket/stylesheet.css index 56bef24ac2..879b2830e7 100644 --- a/resources/jacket/stylesheet.css +++ b/resources/jacket/stylesheet.css @@ -27,6 +27,7 @@ */ .cbj_banner { background: #eee; + color: black; border: thin solid black; margin: 1em; padding: 1em;