[dokuwiki] Re: Task 3 finished, patch attached

On Wed, 25 May 2005 23:32:33 +0200
Koen Huybrechts <huybkoen@xxxxxxxxx> wrote:

> I use the sidebar template (so you were right). Any solution?

Yes. Put the css definition from tpl/default/design.css below
into the css file of the sidebar template. This should help.

 Best Regards
   Matthias

/* ----------- page navigator ------------- */

div.pagenav {
        margin-top:1em;
}

div.pagenav-prev {
        text-align:right;       
        float:left;
        width:50%
}

div.pagenav-prev input.button {
        margin-right:5px;
}

div.pagenav-next {
        text-align:left;
        float:right;
        width:50%
}

div.pagenav-next input.button {
        margin-left:5px;
}

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

Other related posts: