Update dd style in API docs.
Only make the font size 12px for the special note, warning, etc. blocks not all dd blocks.
This commit is contained in:
parent
c0b42ec1c1
commit
8bbff5c9ed
@ -309,10 +309,6 @@ div.contents li {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
div.contents dd {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
div.contents dt {
|
||||
margin-top: 16px;
|
||||
margin-bottom: 8px;
|
||||
@ -328,6 +324,10 @@ dl.note, dl.remark, dl.warning, dl.attention {
|
||||
min-height: 48px;
|
||||
}
|
||||
|
||||
dl.note dd, dl.remark dd, dl.warning dd, dl.attention dd {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
dl.note {
|
||||
/* rice flower */
|
||||
background:#e4ffde url('http://haiku-os.org/sites/haiku-os.org/themes/shijin/haiku-icons/alert_info_32.png') 15px 15px no-repeat;
|
||||
|
Loading…
Reference in New Issue
Block a user