[dokuwiki] Re: Task 3 finished, patch attached

  • From: Koen Huybrechts <huybkoen@xxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Thu, 26 May 2005 18:34:48 +0200

Matthias Grimm wrote:

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;
}



A small remark:

Template Sidebar has more than 1 CSS-file. The code has to be added in layout.css.
But your solution works!!!


Thanks a lot,

koko

Other related posts: