On 2007-10-14 23:45:16 +0200, Christian Boltz wrote:
> The CSS code for div.minutes (currently used) is:
> div.minutes {
>       margin: 0 0 1em 1em;
>       padding: 0 .5em;
>       color: #000;
>       background: #f0f0f4;
>       border: 1px solid #669900;
>       white-space: pre;
> }

> pre.minutes would need this code:
> pre.minutes {
>       margin: 0 0 1em 1em;
>       padding: 0 .5em;
>       color: #000;
>       background: #f0f0f4;
>       border: 1px solid #669900; /* all as in div.minutes */
>       font:sans-serif; /* or whatever is the default font in the wiki */
>       word-wrap:pre-wrap;
> }

i cant find word-wrap as property. most likely you want white-space.
and yes white-space: pre-wrap should solve the issue.

http://www.w3.org/TR/CSS21/text.html#white-space-prop

-- 
          openSUSE - SUSE Linux is my linux
              openSUSE is good for you
                  www.opensuse.org
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to