[poky] [PATCH 06/13] documentation/adt-manual/style.css: Changed PNG file in the title page style
scott.m.rifenbark at intel.com
scott.m.rifenbark at intel.com
Tue Mar 15 16:43:24 PDT 2011
From: Scott Rifenbark <scott.m.rifenbark at intel.com>
The .aurthorgroup style uses a 'background-image' item to add the
book title image. This had to be changed to 'figures/adt-title.png'
from 'figures/kernel-title.png' since it is for the ADT manual.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark at intel.com>
---
documentation/adt-manual/style.css | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/documentation/adt-manual/style.css b/documentation/adt-manual/style.css
index 33a01d1..7c24fe5 100644
--- a/documentation/adt-manual/style.css
+++ b/documentation/adt-manual/style.css
@@ -122,7 +122,7 @@ h6 {
background-color: transparent;
background-repeat: no-repeat;
padding-top: 256px;
- background-image: url("figures/kernel-title.png");
+ background-image: url("figures/adt-title.png");
background-position: left top;
margin-top: -256px;
padding-right: 50px;
--
1.7.1
More information about the poky
mailing list