Re: Forcing wrapping of 'pre' text in the archives

From: Selena Deckelmann <selenamarie(at)gmail(dot)com>
To: Magnus Hagander <magnus(at)hagander(dot)net>, PostgreSQL www <pgsql-www(at)postgresql(dot)org>, Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Subject: Re: Forcing wrapping of 'pre' text in the archives
Date: 2009-09-27 19:12:17
Message-ID: 2b5e566d0909271212v410d0d00ra3a1d2115cfc2611@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

Hi!

On Mon, Sep 14, 2009 at 8:02 AM, Selena Deckelmann
<selenamarie(at)gmail(dot)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

In response to

Responses

Browse pgsql-www by date

  From Date Subject
Next Message Dave Page 2009-09-27 19:16:09 Re: Large fixed-width text
Previous Message Petr Jelinek 2009-09-27 17:00:35 Re: Large fixed-width text