revise the deprecated warning to use the 'caution'

style and add a line break
This commit is contained in:
Scott Main 2009-09-30 14:37:32 -07:00
parent c3c136c4cd
commit 962d468d73
1 changed files with 2 additions and 2 deletions

View File

@ -98,8 +98,8 @@ def:short_descr(obj) ?><?cs
<?cs # Show the red box with the deprecated warning ?><?cs
def:deprecated_warning(obj) ?><?cs
if:subcount(obj.deprecated) ?><p>
<p class="warning jd-deprecated-warning">
<strong><?cs call:deprecated_text(obj.kind) ?></strong><?cs
<p class="caution">
<strong><?cs call:deprecated_text(obj.kind) ?></strong><br/> <?cs
call:tag_list(obj.deprecated) ?>
</p><?cs
/if ?><?cs