From: Scott Rifenbark Date: Fri, 4 Nov 2011 23:01:42 +0000 (-0700) Subject: documentation/dev-manual/style.css: added .footnote element X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ddb9351bf0b5da30a8e46e5e7027f5a02f7aa6c6;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git documentation/dev-manual/style.css: added .footnote element 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 Signed-off-by: Richard Purdie --- diff --git a/documentation/dev-manual/style.css b/documentation/dev-manual/style.css index 65b83e22205..6d00aba1f08 100644 --- a/documentation/dev-manual/style.css +++ b/documentation/dev-manual/style.css @@ -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; +} +