docs: add 'reference' class for use with 'special' to refine the headings

used within the 'special' div when in the reference.

Change-Id: Iebf84484e2eda104b2247aefc5a539f2a62c5102
This commit is contained in:
Scott Main 2011-10-03 13:01:43 -07:00
parent 4b7294d0b5
commit bc54702626
1 changed files with 11 additions and 0 deletions

View File

@ -718,6 +718,17 @@ div.special ol li {
padding:0;
}
#jd-content div.special.reference h2,
#jd-content div.special.reference h3,
#jd-content div.special.reference h4 {
color:#000;
font-size:1em;
border:none;
font-weight:bold;
margin:.5em 0;
padding:0;
}
p.note, div.note,
p.caution, div.caution,
p.warning, div.warning {