[dokuwiki] Re: Small problem with the default template


On 22 May 2008, at 13:04, Todd Augsburger wrote:

----- Original Message -----
From: "Balazs Attila-Mihaly (Cd-MaN)" <x_at_y_or_z@xxxxxxxxx>
Subject: [dokuwiki] Small problem with the default template

This is a paragraph
* this
* is
* a
* list
This is a second paragraph

The distance between the first paragraph and the list is greater than the
distance between the second paragraph and the list.

Personally I just use \\ and am happy with that.
The end-of-list cosmetic behavior could be easily modified in
inc/parser/xhtml.php, such as like this:

   function listu_close() {
       $this->doc .= '</ul><br/>'.DOKU_LF;
   }


The correct place to modify spacing is in the CSS. Add your preferred margins to conf/userstyle.css

e.g.

.dokuwiki ul {
  margin-bottom: 2em;
}


--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Other related posts: