Patch for text.css

Поиск
Список
Период
Сортировка
От Matt Perry
Тема Patch for text.css
Дата
Msg-id 46ae89fb0701051204l234fefcfyb213a5e48adc6772@mail.gmail.com
обсуждение исходный текст
Ответы Re: Patch for text.css
Список pgsql-www
Hi,

Could someone please look into applying this patch? The current style in http://www.postgresql.org/layout/css/blue/text.css sets 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 по дате отправления:

Предыдущее
От: Robert Treat
Дата:
Сообщение: Re: Problema con la
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: Re: Patch for text.css