diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-03-22 17:28:29 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-23 14:24:51 +0000 |
commit | 67c83a8c0838c28cfbbb792daa83aa1f3c331302 (patch) | |
tree | ddb926c1174526b257d6eea7c4c3feb476d9669a /documentation/poky-ref-manual/style.css | |
parent | fd5c4cf03d3739228ad25e6220039166dd10d466 (diff) | |
download | poky-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>
Diffstat (limited to 'documentation/poky-ref-manual/style.css')
-rw-r--r-- | documentation/poky-ref-manual/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
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 | |||