From 8bbff5c9edace51a1f5d2799cfc97e7ac615671d Mon Sep 17 00:00:00 2001 From: John Scipione Date: Wed, 30 Jan 2013 18:43:09 -0500 Subject: [PATCH] Update dd style in API docs. Only make the font size 12px for the special note, warning, etc. blocks not all dd blocks. --- docs/user/book.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/user/book.css b/docs/user/book.css index 41cff2d11a..d7a937acdc 100644 --- a/docs/user/book.css +++ b/docs/user/book.css @@ -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;