summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-style.css
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-02-11 16:37:42 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-17 15:17:02 +0000
commitda3a4890d12f0500091fd15044ac4692a436aa1a (patch)
tree9bcd9f67c392b48539bc1ae327fb1dcbb646ef6f /documentation/ref-manual/ref-style.css
parent26a3df450e6649ce59cfd6ada5f36a3609fccb7c (diff)
downloadpoky-da3a4890d12f0500091fd15044ac4692a436aa1a.tar.gz
ref-manual, mega-manual: Adjustments to variable context images
Fixes [YOCTO #5601] Discovered that the solution I had to display a small PNG file to indicate the context a variable is used in the build system was not displaying properly in the ref-manual variable glossary when using the Chrome browser. The solution was to adjust some settings in the CSS file and place the image after the term. This allowed me to dump the webkit stuff that I had inserted into the CSS file styles to make it work in Mozilla, which ended up not working in Chrome. Additionally, I needed to update the 'define-generic.png' file to have less white space on top as part of the figure. Note that this commit adds the figure to Git for tracking as well. (From yocto-docs rev: 59a1295aeb1c866f330634907ad28642a997cd63) 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.css11
1 files changed, 1 insertions, 10 deletions
diff --git a/documentation/ref-manual/ref-style.css b/documentation/ref-manual/ref-style.css
index e77ba718b3..f660a96859 100644
--- a/documentation/ref-manual/ref-style.css
+++ b/documentation/ref-manual/ref-style.css
@@ -203,15 +203,6 @@ div.variablelist dl {
203 font-weight: normal; 203 font-weight: normal;
204 width: 0em; 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;
215} 206}
216 207
217.variablelist dl dt { 208.variablelist dl dt {
@@ -222,6 +213,7 @@ div.variablelist dl {
222.variablelist dl dd { 213.variablelist dl dd {
223 margin-top: -3.5em; 214 margin-top: -3.5em;
224 margin-left: 15.5em; 215 margin-left: 15.5em;
216 margin-bottom: 2em;
225} 217}
226 218
227.glossary dd p, 219.glossary dd p,
@@ -230,7 +222,6 @@ div.variablelist dl {
230 margin-bottom: 1em; 222 margin-bottom: 1em;
231} 223}
232 224
233
234div.calloutlist table td { 225div.calloutlist table td {
235 padding: 0em 0em 0em 0em; 226 padding: 0em 0em 0em 0em;
236 margin: 0em 0em 0em 0em; 227 margin: 0em 0em 0em 0em;