diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-03-14 15:29:55 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-16 13:54:25 +0000 |
commit | 8ff09c0f54afb605bc640b33503e1ad9f5c0b92c (patch) | |
tree | 802bbd2f3607fe8e7714bb5b3e6154f6ad81c769 | |
parent | 4a8b398d4c011cb39ee74ec40367485175096ba5 (diff) | |
download | poky-8ff09c0f54afb605bc640b33503e1ad9f5c0b92c.tar.gz |
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 <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | 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 33a01d125a..7c24fe5d2d 100644 --- a/documentation/adt-manual/style.css +++ b/documentation/adt-manual/style.css | |||
@@ -122,7 +122,7 @@ h6 { | |||
122 | background-color: transparent; | 122 | background-color: transparent; |
123 | background-repeat: no-repeat; | 123 | background-repeat: no-repeat; |
124 | padding-top: 256px; | 124 | padding-top: 256px; |
125 | background-image: url("figures/kernel-title.png"); | 125 | background-image: url("figures/adt-title.png"); |
126 | background-position: left top; | 126 | background-position: left top; |
127 | margin-top: -256px; | 127 | margin-top: -256px; |
128 | padding-right: 50px; | 128 | padding-right: 50px; |