From 68f1fa0d30e6325b470c869c4160393f5c904016 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 15 Nov 2011 13:06:16 -0800 Subject: documentation: Added footnote element to the stylesheets During development, a footnote was added to the Development manual. In order to get the footnote to display correctly, I had to introduce a footnote element in the style sheet. This commit propogates the style to the other manual CSS sheets. (From yocto-docs rev: 0439b46620125f2cb26dff4e8c79fc479205133a) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/kernel-manual/style.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'documentation/kernel-manual') diff --git a/documentation/kernel-manual/style.css b/documentation/kernel-manual/style.css index 33a01d125a..197f9301ca 100644 --- a/documentation/kernel-manual/style.css +++ b/documentation/kernel-manual/style.css @@ -966,3 +966,9 @@ table { color: #fff; text-decoration: underline; } + +.footnote { + font-size: small; + color: #333; +} + -- cgit v1.2.3-54-g00ecf