[dokuwiki] Re: Embrace the new default template

  • From: Anika Henke <anika@xxxxxxxxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Wed, 08 Feb 2012 10:51:30 +0000

On 08/02/2012 10:13, Anika Henke wrote:
I found one instance where images get truncated. That happens whenever
the data plugin is involved, e.g. on
http://www.dokuwiki.org/dokuinstall:dokuwiki.org. That's because the
whole plugin output is set to have a width of 700px.

It looks like these styles are not part of the data plugin but specific userstyles!?
Andi, if you'd like to fix it, it's a simple:

div.dwinstallation dl {
    width: auto;
    margin: 0 0 1.4em;
}
(The margin is not necessary for that fix, but makes it more consistent.)

That will also fix the annoying jumping of the section edit button.

Anika
--
DokuWiki mailing list - more info at
http://www.dokuwiki.org/mailinglist

Other related posts: