1 Definition lists do not look great here...
6 <dt>this is a term</dt>
7 <dd>and this is its definition.</dd>
10 (This wiki doesn't support Markdown's extended definition lists, but still, this is valid markup.)
12 I believe `<dt>` should be made bold. I have added this to my `local.css`, and I would hate to add this all the time forever:
14 /* definition lists look better with the term in bold */
20 :) How does that look? I can provide a patch for the base wiki if you guys really want... ;) -- [[anarcat]]
22 > What you dislike seems to be the default rendering of definition lists by
23 > browsers. I don't think it's ikiwiki's place to override browser defaults
24 > for standard markup in the document body, at least not in the default
25 > antitheme. --[[Joey]]
27 > > How about in the actiontab theme then? :)