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:
parent
4b7294d0b5
commit
bc54702626
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue