diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-11-04 16:01:42 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-08 16:26:32 +0000 |
commit | ddb9351bf0b5da30a8e46e5e7027f5a02f7aa6c6 (patch) | |
tree | 3b6a7ed7914581251e2fa5de2255ee6ce2740e94 /documentation | |
parent | 468c879a9c3a30596cf5137d53bd222610b24b1d (diff) | |
download | poky-ddb9351bf0b5da30a8e46e5e7027f5a02f7aa6c6.tar.gz |
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 <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/style.css | 7 |
1 files changed, 6 insertions, 1 deletions
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, | |||
435 | font-family: Courier, monospace; | 435 | font-family: Courier, monospace; |
436 | } | 436 | } |
437 | 437 | ||
438 | |||
439 | div.navheader, div.heading{ | 438 | div.navheader, div.heading{ |
440 | position: absolute; | 439 | position: absolute; |
441 | left: 0em; | 440 | left: 0em; |
@@ -966,3 +965,9 @@ table { | |||
966 | color: #fff; | 965 | color: #fff; |
967 | text-decoration: underline; | 966 | text-decoration: underline; |
968 | } | 967 | } |
968 | |||
969 | .footnote { | ||
970 | font-size: 8pt; | ||
971 | color: #555; | ||
972 | } | ||
973 | |||