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:38:03 +0000 |
commit | 4c9dda2ac52139f67dc8e461c9f68a5d97d4690f (patch) | |
tree | fcba9b25735d6d2bdfeb8625bc138aeea1cf640b /documentation/adt-manual | |
parent | d30460c835c51dcc9301bcd848ceda29ba9ceeb6 (diff) | |
download | openembedded-core-4c9dda2ac52139f67dc8e461c9f68a5d97d4690f.tar.gz openembedded-core-4c9dda2ac52139f67dc8e461c9f68a5d97d4690f.tar.bz2 openembedded-core-4c9dda2ac52139f67dc8e461c9f68a5d97d4690f.zip |
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.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation/adt-manual')
-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 { 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; |