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>
This commit is contained in:
Scott Rifenbark 2011-11-04 16:01:42 -07:00 committed by Richard Purdie
parent 468c879a9c
commit ddb9351bf0
1 changed files with 6 additions and 1 deletions

View File

@ -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;
}