]> code.ossystems Code Review - openembedded-core.git/commitdiff
documentation/adt-manual/style.css: Changed PNG file in the title page style
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Mon, 14 Mar 2011 21:29:55 +0000 (15:29 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 16 Mar 2011 13:38:03 +0000 (13:38 +0000)
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>
documentation/adt-manual/style.css

index 33a01d125adcf6dfb288e7414f38320c6ba025c1..7c24fe5d2d8bafd0122b1005e6e8b4c1c116228c 100644 (file)
@@ -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;