diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-11-21 13:50:19 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-09 15:09:06 +0000 |
commit | 400cb14deae0eb1b803b4feb378614d3f484f80d (patch) | |
tree | 9f1d892d1d158bf8adc4bc0b8de79946e4e51606 /documentation/ref-manual/ref-style.css | |
parent | 56d099540f7cf471af8cc712bec77817c83a05f6 (diff) | |
download | poky-400cb14deae0eb1b803b4feb378614d3f484f80d.tar.gz |
ref-manual: Created form for context images for variables
Fixes [YOCTO #6158]
Updated the style scheet file to format glossary variables in
such a way to allow for a PNG file of standard size to be
displayed below each variable. Right now, the PNG file is a
generic placeholder. Each variable displays a PNG file.
Updated each variable to include that PNG file.
(From yocto-docs rev: 24b7b847b7093022a49a014395df0c3a8c019331)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-style.css')
-rw-r--r-- | documentation/ref-manual/ref-style.css | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-style.css b/documentation/ref-manual/ref-style.css index e04b5006b4..e77ba718b3 100644 --- a/documentation/ref-manual/ref-style.css +++ b/documentation/ref-manual/ref-style.css | |||
@@ -201,8 +201,17 @@ div.variablelist dl { | |||
201 | .variablelist dl dt, | 201 | .variablelist dl dt, |
202 | .variablelist dl dt span.term { | 202 | .variablelist dl dt span.term { |
203 | font-weight: normal; | 203 | font-weight: normal; |
204 | width: 20em; | 204 | width: 0em; |
205 | text-align: right; | 205 | text-align: right; |
206 | margin-top: 4em; | ||
207 | margin-left: .5em; | ||
208 | margin-bottom: 0em; | ||
209 | -webkit-column-count: 2; /* Chrome, Safari, Opera */ | ||
210 | -moz-column-count: 2; /* Firefox */ | ||
211 | column-count: 2; | ||
212 | -webkit-column-gap: 4px; /* Chrome, Safari, Opera */ | ||
213 | -moz-column-gap: 4px; /* Firefox */ | ||
214 | column-gap: 4px; | ||
206 | } | 215 | } |
207 | 216 | ||
208 | .variablelist dl dt { | 217 | .variablelist dl dt { |
@@ -211,8 +220,8 @@ div.variablelist dl { | |||
211 | 220 | ||
212 | .glossary dl dd, | 221 | .glossary dl dd, |
213 | .variablelist dl dd { | 222 | .variablelist dl dd { |
214 | margin-top: -1em; | 223 | margin-top: -3.5em; |
215 | margin-left: 25.5em; | 224 | margin-left: 15.5em; |
216 | } | 225 | } |
217 | 226 | ||
218 | .glossary dd p, | 227 | .glossary dd p, |