summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2010-11-09 07:13:40 -0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-11-15 22:25:24 +0000
commitd7f70e0c20148c477ede0129846673e9c8bee611 (patch)
treef5e01e36288c821abc726c03c9abfab4bebe1ed4 /documentation
parent00c23106d48e924be5af24d716b7f3860f439648 (diff)
downloadpoky-d7f70e0c20148c477ede0129846673e9c8bee611.tar.gz
Added a new PNG file into the tar command.
Since this manual is about BSP and not Poky as is the Poky Reference Manual I updated the title page to include the title combined with the Yocto Project logo. So for the background-image url in the .authorgroup style I replaced the poky-ref-manual.png file with bsp-title.png. Updates affect both the PDF and HTLM versions of the BSP Guide. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/bsp-guide/style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/bsp-guide/style.css b/documentation/bsp-guide/style.css
index 3564affccb..c5c8f584eb 100644
--- a/documentation/bsp-guide/style.css
+++ b/documentation/bsp-guide/style.css
@@ -118,13 +118,13 @@ h6 {
118 background-color: transparent; 118 background-color: transparent;
119 background-repeat: no-repeat; 119 background-repeat: no-repeat;
120 padding-top: 256px; 120 padding-top: 256px;
121 background-image: url("figures/poky-ref-manual.png"); 121 background-image: url("figures/bsp-title.png");
122 background-position: left top; 122 background-position: left top;
123 margin-top: -256px; 123 margin-top: -256px;
124 padding-right: 50px; 124 padding-right: 50px;
125 margin-left: 50px; 125 margin-left: 0px;
126 text-align: right; 126 text-align: right;
127 width: 600px; 127 width: 700px;
128} 128}
129 129
130h3.author { 130h3.author {