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

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Selena Deckelmann <selenamarie(at)gmail(dot)com>
Cc: Magnus Hagander <magnus(at)hagander(dot)net>, PostgreSQL www <pgsql-www(at)postgresql(dot)org>
Subject: Re: Forcing wrapping of 'pre' text in the archives
Date: 2009-09-28 18:12:38
Message-ID: 20090928181238.GD5269@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

Alvaro Herrera escribió:

> I tried removing the second line and replacing it with this block:
>
> #txtArchives 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+ */
> font-size: 150%;
> }
>
> but it doesn't seem to have any effect on my browser. I am trying this
> email:
> /pgsql-hackers/2009-05/msg01512.php

FWIW the file I'm modifying is text.css, and the <pre> block is inside
<div id="txtArchives">.

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

In response to

Responses

Browse pgsql-www by date

  From Date Subject
Next Message Scott Marlowe 2009-09-28 21:16:26 Re: Postgres performance
Previous Message Alvaro Herrera 2009-09-28 18:08:18 Re: Forcing wrapping of 'pre' text in the archives