[poky] [PATCH 6/8] documentation/yocto-project-qs/style.css: Updates for PDF generation

Scott Rifenbark srifenbark at gmail.com
Thu Mar 31 11:31:37 PDT 2011


From: Scott Rifenbark <scott.m.rifenbark at intel.com>

The .authorgroup style needed to be updated to use the new title
image PNG file.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark at intel.com>
---
 documentation/yocto-project-qs/style.css |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/documentation/yocto-project-qs/style.css b/documentation/yocto-project-qs/style.css
index 21caf85..abc6203 100644
--- a/documentation/yocto-project-qs/style.css
+++ b/documentation/yocto-project-qs/style.css
@@ -122,13 +122,13 @@ h6 {
   background-color: transparent;
   background-repeat: no-repeat;
   padding-top: 256px;
-  background-image: url("../figures/yocto-project-bw.png");
-  background-position: top;
+  background-image: url("figures/ypqs-title.png");
+  background-position: left top;
   margin-top: -256px;
   padding-right: 50px;
-  margin-left: 50px;
-  text-align: center;
-  width: 600px;
+  margin-left: 0px;
+  text-align: right;
+  width: 740px;
 }
 
 h3.author {
-- 
1.7.0.4




More information about the poky mailing list