From 88f7579a9d4dd7b290216b5943d87c8143cceb04 Mon Sep 17 00:00:00 2001 From: Elliot Smith Date: Thu, 9 Dec 2010 11:40:27 +0000 Subject: [PATCH] cookbook: Remove bold on emphasis inside programlisting If an element is placed inside a in a cookbook recipe, the result is bold italic text in the HTML output. This isn't particularly readable. Fix is to style emphasis elements inside programlistings so the font weight is not bold but is still italicised. http://bugzilla.clutter-project.org/show_bug.cgi?id=2475 --- doc/common/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/common/style.css b/doc/common/style.css index 06656b2fe..d2484daf2 100644 --- a/doc/common/style.css +++ b/doc/common/style.css @@ -530,6 +530,9 @@ div.navfooter hr { font-weight: bold; } +pre.programlisting .emphasis { + font-weight: normal !important; +} /************* / / decorations /