]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
documentation/dev-manual/style.css: added .footnote element
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Fri, 4 Nov 2011 23:01:42 +0000 (16:01 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 8 Nov 2011 16:26:32 +0000 (16:26 +0000)
For HTML formatting I added a new element to format the footnote
to pt-8 font.

(From yocto-docs rev: e0dd425a60ca6e1b75406c7711295e732cacebb9)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/dev-manual/style.css

index 65b83e222051fd6c889f19e0c76b3122a40b1263..6d00aba1f08bfc07580bb30d7e98d3c6023c2772 100644 (file)
@@ -435,7 +435,6 @@ b.keycap,
   font-family: Courier, monospace;
 }
 
-
 div.navheader, div.heading{
   position: absolute;
   left: 0em;
@@ -966,3 +965,9 @@ table {
    color: #fff;   
    text-decoration: underline;
 }
+
+.footnote {
+   font-size: 8pt;
+   color: #555;
+}
+