support a few more header levels for sidebox so the sidebox can
be placed at any level and be semantically correct Change-Id: I51b77e82a701e1898986698d3a58a1b8367ec5c6
This commit is contained in:
parent
d72731d213
commit
7f418a518b
1 changed files with 17 additions and 15 deletions
|
@ -959,7 +959,9 @@ padding:0 0 0 0em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#jd-content .sidebox h2,
|
#jd-content .sidebox h2,
|
||||||
#jd-content .sidebox h3 {
|
#jd-content .sidebox h3,
|
||||||
|
#jd-content .sidebox h4,
|
||||||
|
#jd-content .sidebox h5 {
|
||||||
border:none;
|
border:none;
|
||||||
font-size:1em;
|
font-size:1em;
|
||||||
margin:0;
|
margin:0;
|
||||||
|
|
Loading…
Reference in a new issue