diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-11-15 13:06:16 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-25 15:24:17 +0000 |
commit | 68f1fa0d30e6325b470c869c4160393f5c904016 (patch) | |
tree | c034b39d01dce84645d42f08420cdc0e622f5982 /documentation/yocto-project-qs/style.css | |
parent | 9ef02065bd40ea3b89aa44ca59047e43bcb347d4 (diff) | |
download | poky-68f1fa0d30e6325b470c869c4160393f5c904016.tar.gz |
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 <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/yocto-project-qs/style.css')
-rw-r--r-- | documentation/yocto-project-qs/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
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 { | |||
966 | color: #fff; | 966 | color: #fff; |
967 | text-decoration: underline; | 967 | text-decoration: underline; |
968 | } | 968 | } |
969 | |||
970 | .footnote { | ||
971 | font-size: small; | ||
972 | color: #333; | ||
973 | } | ||
974 | |||