From: Scott Rifenbark Date: Mon, 11 Feb 2013 22:30:44 +0000 (-0800) Subject: template: Changed the font color for footers and headers X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ee180d1475e247817ea898f89c0df422e2551616;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git template: Changed the font color for footers and headers Fixes YOCTO #3728 The poky-db-pdf.xsl file has code that controls the font color for the headers, footers, and separating lines for each when the PDF version of a manual is made. I changed the values from #cccccc to #999999 to darken these up so they can be seen a little better. (From yocto-docs rev: c9c83028a5f13dc672414b6ca395290f05019f8e) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/template/poky-db-pdf.xsl b/documentation/template/poky-db-pdf.xsl index 3dd065a57e6..f8a3df103d7 100644 --- a/documentation/template/poky-db-pdf.xsl +++ b/documentation/template/poky-db-pdf.xsl @@ -1,14 +1,14 @@ - + - - + - @@ -16,7 +16,7 @@ @@ -25,13 +25,13 @@ 1 10 1 - + 0.5pt solid - #cccccc + #999999 @@ -39,19 +39,19 @@ 0.5pt solid - #cccccc + #999999 - #cccccc + #999999 - #cccccc + #999999 - +