From 0ffb02eec2beaea27ff0ec9d3d31b0a09e675a4c Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 23 Jul 2012 12:56:39 -0700 Subject: [PATCH] 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 --- documentation/adt-manual/style.css | 2 +- documentation/bsp-guide/style.css | 2 +- documentation/dev-manual/style.css | 2 +- documentation/kernel-manual/style.css | 2 +- documentation/poky-ref-manual/style.css | 2 +- documentation/yocto-project-qs/style.css | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) 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; } -- 2.47.3