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:
+4
-4
@@ -309,10 +309,6 @@ div.contents li {
|
|||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.contents dd {
|
|
||||||
font-size: 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.contents dt {
|
div.contents dt {
|
||||||
margin-top: 16px;
|
margin-top: 16px;
|
||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
@@ -328,6 +324,10 @@ dl.note, dl.remark, dl.warning, dl.attention {
|
|||||||
min-height: 48px;
|
min-height: 48px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dl.note dd, dl.remark dd, dl.warning dd, dl.attention dd {
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
dl.note {
|
dl.note {
|
||||||
/* rice flower */
|
/* 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;
|
background:#e4ffde url('http://haiku-os.org/sites/haiku-os.org/themes/shijin/haiku-icons/alert_info_32.png') 15px 15px no-repeat;
|
||||||
|
|||||||
Reference in New Issue
Block a user