summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-03-22 17:28:29 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-23 14:24:51 +0000
commit67c83a8c0838c28cfbbb792daa83aa1f3c331302 (patch)
treeddb926c1174526b257d6eea7c4c3feb476d9669a
parentfd5c4cf03d3739228ad25e6220039166dd10d466 (diff)
downloadpoky-67c83a8c0838c28cfbbb792daa83aa1f3c331302.tar.gz
documentation: Updated all style sheets for down-sized notes.
(From yocto-docs rev: c4188d6daa81d8309ba71c5b9c3dde5b10ea730e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/bsp-guide/style.css9
-rw-r--r--documentation/dev-manual/style.css9
-rw-r--r--documentation/kernel-manual/style.css9
-rw-r--r--documentation/poky-ref-manual/style.css9
-rw-r--r--documentation/yocto-project-qs/style.css9
5 files changed, 45 insertions, 0 deletions
diff --git a/documentation/bsp-guide/style.css b/documentation/bsp-guide/style.css
index 9db070f68a..28cf7c7a26 100644
--- a/documentation/bsp-guide/style.css
+++ b/documentation/bsp-guide/style.css
@@ -969,3 +969,12 @@ table {
969 color: #333; 969 color: #333;
970} 970}
971 971
972/* Changes the announcement text */
973.tip h3,
974.warning h3,
975.caution h3,
976.note h3 {
977 font-size:large;
978 color: #00557D;
979}
980
diff --git a/documentation/dev-manual/style.css b/documentation/dev-manual/style.css
index b512dd2dcb..67184972e1 100644
--- a/documentation/dev-manual/style.css
+++ b/documentation/dev-manual/style.css
@@ -968,3 +968,12 @@ table {
968 color: #333; 968 color: #333;
969} 969}
970 970
971/* Changes the announcement text */
972.tip h3,
973.warning h3,
974.caution h3,
975.note h3 {
976 font-size:large;
977 color: #00557D;
978}
979
diff --git a/documentation/kernel-manual/style.css b/documentation/kernel-manual/style.css
index 51d968681f..ab507a1f68 100644
--- a/documentation/kernel-manual/style.css
+++ b/documentation/kernel-manual/style.css
@@ -968,3 +968,12 @@ table {
968 color: #333; 968 color: #333;
969} 969}
970 970
971/* Changes the announcement text */
972.tip h3,
973.warning h3,
974.caution h3,
975.note h3 {
976 font-size:large;
977 color: #00557D;
978}
979
diff --git a/documentation/poky-ref-manual/style.css b/documentation/poky-ref-manual/style.css
index c4c337adc1..2eefe0b988 100644
--- a/documentation/poky-ref-manual/style.css
+++ b/documentation/poky-ref-manual/style.css
@@ -968,3 +968,12 @@ table {
968 color: #333; 968 color: #333;
969} 969}
970 970
971/* Changes the announcement text */
972.tip h3,
973.warning h3,
974.caution h3,
975.note h3 {
976 font-size:large;
977 color: #00557D;
978}
979
diff --git a/documentation/yocto-project-qs/style.css b/documentation/yocto-project-qs/style.css
index 1ddfd36114..66283950c0 100644
--- a/documentation/yocto-project-qs/style.css
+++ b/documentation/yocto-project-qs/style.css
@@ -968,3 +968,12 @@ table {
968 color: #333; 968 color: #333;
969} 969}
970 970
971/* Changes the announcement text */
972.tip h3,
973.warning h3,
974.caution h3,
975.note h3 {
976 font-size:large;
977 color: #00557D;
978}
979