From: Scott Rifenbark Date: Mon, 23 Jul 2012 19:56:39 +0000 (-0700) Subject: documentation: Updated the h6 style to use a larger font X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0ffb02eec2beaea27ff0ec9d3d31b0a09e675a4c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git documentation: Updated the h6 style to use a larger font (From yocto-docs rev: 5fa8d627fe671f0eb7bbc67ce852e2010cbd723f) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/adt-manual/style.css b/documentation/adt-manual/style.css index e6c62978b30..3b098aa4939 100644 --- a/documentation/adt-manual/style.css +++ b/documentation/adt-manual/style.css @@ -110,7 +110,7 @@ h5 { h6 { margin: 1em 0em 0em 0em; padding: 1em 0em 0em 0em; - font-size: 80%; + font-size: 110%; font-weight: bold; } diff --git a/documentation/bsp-guide/style.css b/documentation/bsp-guide/style.css index 28cf7c7a26c..4a1a45e7270 100644 --- a/documentation/bsp-guide/style.css +++ b/documentation/bsp-guide/style.css @@ -110,7 +110,7 @@ h5 { h6 { margin: 1em 0em 0em 0em; padding: 1em 0em 0em 0em; - font-size: 80%; + font-size: 110%; font-weight: bold; } diff --git a/documentation/dev-manual/style.css b/documentation/dev-manual/style.css index 67184972e1d..23c8e74c1ec 100644 --- a/documentation/dev-manual/style.css +++ b/documentation/dev-manual/style.css @@ -110,7 +110,7 @@ h5 { h6 { margin: 1em 0em 0em 0em; padding: 1em 0em 0em 0em; - font-size: 80%; + font-size: 110%; font-weight: bold; } diff --git a/documentation/kernel-manual/style.css b/documentation/kernel-manual/style.css index ab507a1f68f..a90d4af291a 100644 --- a/documentation/kernel-manual/style.css +++ b/documentation/kernel-manual/style.css @@ -110,7 +110,7 @@ h5 { h6 { margin: 1em 0em 0em 0em; padding: 1em 0em 0em 0em; - font-size: 80%; + font-size: 110%; font-weight: bold; } diff --git a/documentation/poky-ref-manual/style.css b/documentation/poky-ref-manual/style.css index 2eefe0b9881..e896a39d338 100644 --- a/documentation/poky-ref-manual/style.css +++ b/documentation/poky-ref-manual/style.css @@ -110,7 +110,7 @@ h5 { h6 { margin: 1em 0em 0em 0em; padding: 1em 0em 0em 0em; - font-size: 80%; + font-size: 110%; font-weight: bold; } diff --git a/documentation/yocto-project-qs/style.css b/documentation/yocto-project-qs/style.css index 66283950c09..234e432a74a 100644 --- a/documentation/yocto-project-qs/style.css +++ b/documentation/yocto-project-qs/style.css @@ -110,7 +110,7 @@ h5 { h6 { margin: 1em 0em 0em 0em; padding: 1em 0em 0em 0em; - font-size: 80%; + font-size: 110%; font-weight: bold; }