The HTML output sometimes throws in a

within a

. This patch to the css removes all white space from around such an element, and adds a little bottom margin to a definition to visually separate it from whatever follows (most likely another term). --- mentalwealth/css/common.css 2008-11-17 13:46:20.000000000 +0000 +++ mentalwealth/css/common.css 2008-11-17 13:47:32.000000000 +0000 @@ -61,6 +61,13 @@ margin: 0; padding: 0; } +dd { + margin-bottom: 0.3em; +} +dd p { + margin: 0; + padding: 0; +} /* standard rule ---- */ hr {