summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-style.css
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-03-31 12:20:13 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-01 12:59:18 +0100
commitd08320567cb35070380e93f48c262c5c94ae7e54 (patch)
tree0a1be2c1591822476b608a923c6ae58af3d99f86 /documentation/ref-manual/ref-style.css
parent69121f2b5d8cbc869b3c4c9c97ba1722c991baab (diff)
downloadpoky-d08320567cb35070380e93f48c262c5c94ae7e54.tar.gz
ref-manual: Backed out the bits for the context PNG images.
We did not have time to do this for 1.8. So, I restored the look of the glossary pre-images. I did leave commented code in both the glossary chapter and the style sheet for later. (From yocto-docs rev: 9f1472b7d4cd86545e7927b0f693aafc88ae2791) 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.css39
1 files changed, 39 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-style.css b/documentation/ref-manual/ref-style.css
index a54083fc8a..ef0654f01c 100644
--- a/documentation/ref-manual/ref-style.css
+++ b/documentation/ref-manual/ref-style.css
@@ -193,6 +193,8 @@ h3.author {
193 padding: 0em 0em 0em 0em; 193 padding: 0em 0em 0em 0em;
194} 194}
195 195
196/* Use this set when you decide to get the images in for variables.
197
196div.glossary dl, 198div.glossary dl,
197div.variablelist dl { 199div.variablelist dl {
198} 200}
@@ -225,6 +227,43 @@ div.variablelist dl {
225.glossdeffirst { 227.glossdeffirst {
226 text-indent: -70px; 228 text-indent: -70px;
227} 229}
230*/
231
232/* Start of non-image set */
233
234div.glossary dl,
235div.variablelist dl {
236}
237
238.glossary dl dt,
239.variablelist dl dt,
240.variablelist dl dt span.term {
241 font-weight: normal;
242 width: 20em;
243 text-align: right;
244}
245
246.variablelist dl dt {
247 margin-top: 0.5em;
248}
249
250.glossary dl dd,
251.variablelist dl dd {
252 margin-top: 0em;
253 margin-left: 25.5em;
254}
255
256.glossary dd p,
257.variablelist dd p {
258 margin-top: -1.3em;
259 margin-bottom: 1em;
260}
261
262.glossdeffirst {
263 text-indent: 0px;
264}
265
266/* End of non-image set */
228 267
229div.calloutlist table td { 268div.calloutlist table td {
230 padding: 0em 0em 0em 0em; 269 padding: 0em 0em 0em 0em;