<div class="gmail_quote">On Mon, Aug 2, 2010 at 09:18, Lutger <span dir="ltr">&lt;<a href="mailto:lutger.blijdestijn@gmail.com">lutger.blijdestijn@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div></div><div class="h5"><br>
</div></div>It isn&#39;t supported out of the box. You could further process ddoc output, I had<br>
something working nicely by spitting out xml instead of html and then using<br>
xquery to generate the docs, but am too much pressed for time to finish it.<br>
<br>
A more lightweight approach is to insert a css class though a custom ddoc macro:<br>
<br>
API_GROUP = &lt;span class=&quot;$0&quot;/&gt;<br>
<br>
>From there you can use css selectors for styling. I&#39;m not sure how far you can<br>
get with just css. A wee bit of jquery might help. It will be pretty awkard<br>
anyway I suppose.<br>
</blockquote></div><br><div>OK, thanks. I&#39;ll admit it readily: I&#39;ve barely touched css, and I don&#39;t have the faintest idea what a selector is, nor how to use jquery. So I&#39;ll write it down as something that you cannot do easily and hope for brighter tomorrows.</div>
<div><br></div><div>Philippe</div><div><br></div>