Re: Patch for text.css

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: Patch for text.css
Дата
Msg-id 20070106173601.E08E5DCC11C@svr2.hagander.net
обсуждение исходный текст
Ответ на Patch for text.css  ("Matt Perry" <perrym3@gmail.com>)
Ответы Re: Patch for text.css
Список pgsql-www
in principle  i like it, but there was a reason it was there. anyond know  why? Objections to changing it1?

/Magnus

------- Original message -------
From: Matt Perry <perrym3@gmail.com>
Sent: 1-5-'07,  12:04

> Hi,
>
> Could someone please look into applying this patch? The current style in
http://www.postgresql.org/layout/css/blue/text.csssets the visited and non-visited  
link colors to be the same.  This patch fixes them to be different so this navigation aid is restored.
>
> Matt
>
> --- text.css.orig    2007-01-05 11:56:37.295915200 -0800
> +++ text.css    2007-01-05 11:57:27.347886400 -0800
> @@ -129,7 +129,7 @@
>  /* Link Styles */
>
>  a:link                          { color:#0085B0; text-decoration: underline; }
> -a:visited                       { color:#0085B0; text-decoration: underline; }
> +a:visited                       { color:#004E66; text-decoration: underline; }
>  a:active                        { color:#0085B0; text-decoration: underline; }
>  a:hover                         { color:#000000; text-decoration: underline; }
>
>


В списке pgsql-www по дате отправления:

Предыдущее
От: "Matt Perry"
Дата:
Сообщение: Patch for text.css
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Patch for text.css