[dokuwiki] Re: Small problem with the default template
- From: Christopher Smith <chris@xxxxxxxxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Thu, 22 May 2008 13:13:57 +0100
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
- Follow-Ups:
- [dokuwiki] Re: Small problem with the default template
- From: Todd Augsburger
- References:
- [dokuwiki] Small problem with the default template
- From: Balazs Attila-Mihaly \(Cd-MaN\)
- [dokuwiki] Re: Small problem with the default template
- From: Todd Augsburger
Other related posts:
- » [dokuwiki] Small problem with the default template
- » [dokuwiki] Re: Small problem with the default template
- » [dokuwiki] Re: Small problem with the default template
- » [dokuwiki] Re: Small problem with the default template
- » [dokuwiki] Re: Small problem with the default template
- » [dokuwiki] Re: Small problem with the default template
- » [dokuwiki] Re: Small problem with the default template
----- 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 paragraphThe distance between the first paragraph and the list is greater than thedistance 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;
}
- [dokuwiki] Re: Small problem with the default template
- From: Todd Augsburger
- [dokuwiki] Small problem with the default template
- From: Balazs Attila-Mihaly \(Cd-MaN\)
- [dokuwiki] Re: Small problem with the default template
- From: Todd Augsburger