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 <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2012-03-21 15:19:30 -06:00 committed by Richard Purdie
parent db22f39d1c
commit b3d8c48ed4
1 changed files with 9 additions and 0 deletions

View File

@ -968,3 +968,12 @@ table {
color: #333;
}
/* Changes the announcement text */
.tip h3,
.warning h3,
.caution h3,
.note h3 {
font-size:large;
color: #00557D;
}