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/adt-manual/style.css | 6 ++++++ documentation/bsp-guide/style.css | 6 ++++++ documentation/kernel-manual/style.css | 6 ++++++ documentation/poky-ref-manual/style.css | 6 ++++++ documentation/yocto-project-qs/style.css | 6 ++++++ 5 files changed, 30 insertions(+) (limited to 'documentation') diff --git a/documentation/adt-manual/style.css b/documentation/adt-manual/style.css index 7c24fe5d2d..bdd9180e77 100644 --- a/documentation/adt-manual/style.css +++ b/documentation/adt-manual/style.css @@ -966,3 +966,9 @@ table { color: #fff; text-decoration: underline; } + +.footnote { + font-size: small; + color: #333; +} + diff --git a/documentation/bsp-guide/style.css b/documentation/bsp-guide/style.css index 9d068a0f56..0895ec78b7 100644 --- a/documentation/bsp-guide/style.css +++ b/documentation/bsp-guide/style.css @@ -956,3 +956,9 @@ table { color: #fff; text-decoration: underline; } + +.footnote { + font-size: small; + color: #333; +} + 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; +} + diff --git a/documentation/poky-ref-manual/style.css b/documentation/poky-ref-manual/style.css index 087e45c1fb..9dc317248d 100644 --- a/documentation/poky-ref-manual/style.css +++ b/documentation/poky-ref-manual/style.css @@ -966,3 +966,9 @@ table { color: #fff; text-decoration: underline; } + +.footnote { + font-size: small; + color: #333; +} + diff --git a/documentation/yocto-project-qs/style.css b/documentation/yocto-project-qs/style.css index 21caf85da4..dd9725d2ea 100644 --- a/documentation/yocto-project-qs/style.css +++ b/documentation/yocto-project-qs/style.css @@ -966,3 +966,9 @@ table { color: #fff; text-decoration: underline; } + +.footnote { + font-size: small; + color: #333; +} + -- cgit v1.2.3-54-g00ecf