From 8ff09c0f54afb605bc640b33503e1ad9f5c0b92c Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 14 Mar 2011 15:29:55 -0600 Subject: documentation/adt-manual/style.css: Changed PNG file in the title page style 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. (From OE-Core rev: 4c9dda2ac52139f67dc8e461c9f68a5d97d4690f) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/adt-manual/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/adt-manual') diff --git a/documentation/adt-manual/style.css b/documentation/adt-manual/style.css index 33a01d125a..7c24fe5d2d 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; -- cgit v1.2.3-54-g00ecf