aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-style.css
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-11-21 13:50:19 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-12-09 15:09:06 +0000
commit400cb14deae0eb1b803b4feb378614d3f484f80d (patch)
tree9f1d892d1d158bf8adc4bc0b8de79946e4e51606 /documentation/ref-manual/ref-style.css
parent56d099540f7cf471af8cc712bec77817c83a05f6 (diff)
downloadopenembedded-core-contrib-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.css15
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 {
.variablelist dl dt,
.variablelist dl dt span.term {
font-weight: normal;
- width: 20em;
+ width: 0em;
text-align: right;
+ margin-top: 4em;
+ margin-left: .5em;
+ margin-bottom: 0em;
+ -webkit-column-count: 2; /* Chrome, Safari, Opera */
+ -moz-column-count: 2; /* Firefox */
+ column-count: 2;
+ -webkit-column-gap: 4px; /* Chrome, Safari, Opera */
+ -moz-column-gap: 4px; /* Firefox */
+ column-gap: 4px;
}
.variablelist dl dt {
@@ -211,8 +220,8 @@ div.variablelist dl {
.glossary dl dd,
.variablelist dl dd {
- margin-top: -1em;
- margin-left: 25.5em;
+ margin-top: -3.5em;
+ margin-left: 15.5em;
}
.glossary dd p,