From: tonythomas01 <01tonythomas@gmail.com> Date: Thu, 2 Jan 2014 05:50:57 +0000 (+0530) Subject: Leading semicolon line-bolding made visible in printable version X-Git-Tag: 1.31.0-rc.0~17394^2 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/fiche.php?a=commitdiff_plain;h=e45e5cf0bfda57e4d108fa900db6c3015b74ca62;p=lhc%2Fweb%2Fwiklou.git 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 --- 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;