diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2010-12-01 09:19:32 -0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-12-10 22:01:21 -0800 |
commit | 23dcc1bf97a2d15b45d0d6cbd3e5234af5635bdf (patch) | |
tree | 06eaa14de9f5176faf2c436f59cccb4c202b00e0 | |
parent | ddbd172dd8b80dad5f32b801ba9785775030d153 (diff) | |
download | openembedded-core-23dcc1bf97a2d15b45d0d6cbd3e5234af5635bdf.tar.gz openembedded-core-23dcc1bf97a2d15b45d0d6cbd3e5234af5635bdf.tar.bz2 openembedded-core-23dcc1bf97a2d15b45d0d6cbd3e5234af5635bdf.zip |
documentation/kernel-manual: Added an image to the authorgroup so a title would display in the HTML version of the manual.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
-rw-r--r-- | documentation/kernel-manual/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/kernel-manual/style.css b/documentation/kernel-manual/style.css index e3e2d531f4..35ed9f36bc 100644 --- a/documentation/kernel-manual/style.css +++ b/documentation/kernel-manual/style.css @@ -123,13 +123,13 @@ h6 { background-color: transparent; background-repeat: no-repeat; padding-top: 256px; - background-image: url("../figures/yocto-project-bw.png"); + background-image: url("figures/kernel-title.png"); background-position: top; margin-top: -256px; padding-right: 50px; margin-left: 50px; - text-align: center; - width: 600px; + text-align: right; + width: 700px; } h3.author { |