Re: Forcing wrapping of 'pre' text in the archives - Mailing list pgsql-www

From Selena Deckelmann
Subject Re: Forcing wrapping of 'pre' text in the archives
Date
Msg-id 2b5e566d0909271212v410d0d00ra3a1d2115cfc2611@mail.gmail.com
Whole thread Raw
In response to Forcing wrapping of 'pre' text in the archives  (Selena Deckelmann <selenamarie@gmail.com>)
Responses Re: Forcing wrapping of 'pre' text in the archives  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-www
Hi!

On Mon, Sep 14, 2009 at 8:02 AM, Selena Deckelmann
<selenamarie@gmail.com> wrote:
> Can we add something like below to the postgresql.org stylesheet get
> the archives 'pre' content to wrap properly?
>
> pre {
>  white-space: pre-wrap;       /* css-3 */
>  white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
>  white-space: -pre-wrap;      /* Opera 4-6 */
>  white-space: -o-pre-wrap;    /* Opera 7 */
>  word-wrap: break-word;       /* Internet Explorer 5.5+ */
> }

Just poking again to see if Alvaro has had a chance to check this out...

-selena



--
http://chesnok.com/daily - me
http://endpoint.com - work


pgsql-www by date:

Previous
From: Petr Jelinek
Date:
Subject: Re: Large fixed-width text
Next
From: Dave Page
Date:
Subject: Re: Large fixed-width text