]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
documentation/dev-manual/style.css: Fixed HTML output
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Mon, 7 Nov 2011 21:25:19 +0000 (13:25 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 8 Nov 2011 16:26:33 +0000 (16:26 +0000)
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>
documentation/dev-manual/style.css

index 6d00aba1f08bfc07580bb30d7e98d3c6023c2772..817910db0fcbde65bc399a97f339aac25c079f53 100644 (file)
@@ -967,7 +967,7 @@ table {
 }
 
 .footnote {
-   font-size: 8pt;
-   color: #555;
+   font-size: small;
+   color: #333;
 }