documentation/dev-manual/style.css: Fixed HTML output

I increased the font size and darkened the type up for footnote
text.

(From yocto-docs rev: d43e99137c350d68484df6c0a361804d8ccd2877)

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-07 13:25:19 -08:00 committed by Richard Purdie
parent ca38e7ad79
commit a756565d42
1 changed files with 2 additions and 2 deletions

View File

@ -967,7 +967,7 @@ table {
}
.footnote {
font-size: 8pt;
color: #555;
font-size: small;
color: #333;
}