summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2010-12-01 09:19:32 -0800
committerSaul Wold <Saul.Wold@intel.com>2010-12-10 22:01:21 -0800
commit23dcc1bf97a2d15b45d0d6cbd3e5234af5635bdf (patch)
tree06eaa14de9f5176faf2c436f59cccb4c202b00e0 /documentation
parentddbd172dd8b80dad5f32b801ba9785775030d153 (diff)
downloadpoky-23dcc1bf97a2d15b45d0d6cbd3e5234af5635bdf.tar.gz
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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/kernel-manual/style.css6
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 {
123 background-color: transparent; 123 background-color: transparent;
124 background-repeat: no-repeat; 124 background-repeat: no-repeat;
125 padding-top: 256px; 125 padding-top: 256px;
126 background-image: url("../figures/yocto-project-bw.png"); 126 background-image: url("figures/kernel-title.png");
127 background-position: top; 127 background-position: top;
128 margin-top: -256px; 128 margin-top: -256px;
129 padding-right: 50px; 129 padding-right: 50px;
130 margin-left: 50px; 130 margin-left: 50px;
131 text-align: center; 131 text-align: right;
132 width: 600px; 132 width: 700px;
133} 133}
134 134
135h3.author { 135h3.author {