From e45e5cf0bfda57e4d108fa900db6c3015b74ca62 Mon Sep 17 00:00:00 2001 From: tonythomas01 <01tonythomas@gmail.com> Date: Thu, 2 Jan 2014 11:20:57 +0530 Subject: [PATCH] Leading semicolon line-bolding made visible in printable version When bolding a line using ";" at the start, the text in &printable=yes shows the line without bolding, even though text in the printable version does appear formatted when using ''' for bolding and '' for italics. Bug: 49752 Change-Id: I84545fe9c9240293818c1f6f938fc3bba7c2aa06 --- skins/common/commonPrint.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/skins/common/commonPrint.css b/skins/common/commonPrint.css index 2d456531ee..65f3fbe014 100644 --- a/skins/common/commonPrint.css +++ b/skins/common/commonPrint.css @@ -163,6 +163,10 @@ h1, h2, h3, h4, h5, h6 { font-weight: bold; } +dt { + font-weight: bold; +} + p { margin: 1em 0; line-height: 1.2em; -- 2.20.1