From: Scott Rifenbark Date: Mon, 7 Nov 2011 21:25:19 +0000 (-0800) Subject: documentation/dev-manual/style.css: Fixed HTML output X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a756565d42a6d39659156a2c2acb81e097b5cf2f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/documentation/dev-manual/style.css b/documentation/dev-manual/style.css index 6d00aba1f08..817910db0fc 100644 --- a/documentation/dev-manual/style.css +++ b/documentation/dev-manual/style.css @@ -967,7 +967,7 @@ table { } .footnote { - font-size: 8pt; - color: #555; + font-size: small; + color: #333; }