Leading semicolon line-bolding made visible in printable version
authortonythomas01 <01tonythomas@gmail.com>
Thu, 2 Jan 2014 05:50:57 +0000 (11:20 +0530)
committertonythomas01 <01tonythomas@gmail.com>
Thu, 2 Jan 2014 05:50:57 +0000 (11:20 +0530)
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

index 2d45653..65f3fbe 100644 (file)
@@ -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;