From b3d8c48ed4994900d95ff2215d4c3e5787dd2882 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 21 Mar 2012 15:19:30 -0600 Subject: documentation/adt-manual/style.css: Added new style for Note headings The style for the note, caution, warning, and tip headings was a bit over-bearing. Feedback from the community indicated that those words needed to be in a smaller, less noticeable font. I created the style so that the font's size is about half of what it was and I also changed the color to match the other headings. (From yocto-docs rev: f54c6274e1972c52ba17d7ebd2ba84bf6d59c105) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/adt-manual/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'documentation/adt-manual') diff --git a/documentation/adt-manual/style.css b/documentation/adt-manual/style.css index 1e3db819c7..e6c62978b3 100644 --- a/documentation/adt-manual/style.css +++ b/documentation/adt-manual/style.css @@ -968,3 +968,12 @@ table { color: #333; } +/* Changes the announcement text */ +.tip h3, +.warning h3, +.caution h3, +.note h3 { + font-size:large; + color: #00557D; +} + -- cgit v1.2.3-54-g00ecf