From ddb9351bf0b5da30a8e46e5e7027f5a02f7aa6c6 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 4 Nov 2011 16:01:42 -0700 Subject: 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 --- documentation/dev-manual/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'documentation') diff --git a/documentation/dev-manual/style.css b/documentation/dev-manual/style.css index 65b83e2220..6d00aba1f0 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; +} + -- cgit v1.2.3-54-g00ecf