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>
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;