summaryrefslogtreecommitdiffstats
path: root/documentation/mega-manual/mega-style.css
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-01-28 13:34:09 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-17 15:16:56 +0000
commit0a54446d2f33791fe6ec3c3f670dfbfe6e009bd8 (patch)
treec78bf1bba41f623ce0020ddf690bf0296550f18d /documentation/mega-manual/mega-style.css
parent4a1ea28ce9103c4f243669cbb7250d33eb97d676 (diff)
downloadpoky-0a54446d2f33791fe6ec3c3f670dfbfe6e009bd8.tar.gz
mega-manual, Makefile, poky.ent: Added front matter to mega-manual
Put in proper front matter for the mega-manual. This effectively creates a real title for the manual as well as a brief abstract that explains why this behemoth exists. (From yocto-docs rev: 26c78f0b00762846a839fbfc9ba969b7aa5d5b58) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/mega-manual/mega-style.css')
-rw-r--r--documentation/mega-manual/mega-style.css9
1 files changed, 5 insertions, 4 deletions
diff --git a/documentation/mega-manual/mega-style.css b/documentation/mega-manual/mega-style.css
index 45b77ac958..df71a20a02 100644
--- a/documentation/mega-manual/mega-style.css
+++ b/documentation/mega-manual/mega-style.css
@@ -118,12 +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-position: top; 121 background-image: url("figures/mega-title.png");
122 background-position: left top;
122 margin-top: -256px; 123 margin-top: -256px;
123 padding-right: 50px; 124 padding-right: 50px;
124 margin-left: 50px; 125 margin-left: 0px;
125 text-align: center; 126 text-align: right;
126 width: 600px; 127 width: 740px;
127} 128}
128 129
129h3.author { 130h3.author {