From e0de517f4730683bf480e5a53f919dcef2b621e0 Mon Sep 17 00:00:00 2001 From: Barbie Date: Sun, 6 May 2012 09:23:47 +0100 Subject: [PATCH] CSS update --- Changes | 2 +- vhost/cgi-bin/config/settings.ini | 2 +- vhost/cgi-bin/pages.cgi | 2 +- vhost/html/css/layout2_text.css | 2 ++ 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index c613ccf..a59e74c 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Changes for the CPAN Testers Wiki website -1.05 current +1.05 06/05/2012 - upgrade to Labyrinth 5.12. - upgrade to Labyrinth-Plugin-Core 5.10. - removed social media bar due to dubious practices. diff --git a/vhost/cgi-bin/config/settings.ini b/vhost/cgi-bin/config/settings.ini index 537a77e..c910fe0 100644 --- a/vhost/cgi-bin/config/settings.ini +++ b/vhost/cgi-bin/config/settings.ini @@ -6,7 +6,7 @@ mailhost= cookiename=session timeout=3600 autoguest=1 -copyright=© 1999-2011 CPAN Testers. +copyright=© 1999-2012 CPAN Testers. lastpagereturn=1 minpasslen=6 maxpasslen=20 diff --git a/vhost/cgi-bin/pages.cgi b/vhost/cgi-bin/pages.cgi index 13ee57d..530b10a 100755 --- a/vhost/cgi-bin/pages.cgi +++ b/vhost/cgi-bin/pages.cgi @@ -2,7 +2,7 @@ use strict; use vars qw($VERSION); -$VERSION = '1.04'; +$VERSION = '1.05'; #---------------------------------------------------------- # Additional Modules diff --git a/vhost/html/css/layout2_text.css b/vhost/html/css/layout2_text.css index 1c71a30..52ecb83 100644 --- a/vhost/html/css/layout2_text.css +++ b/vhost/html/css/layout2_text.css @@ -282,6 +282,8 @@ a.tooltip:hover span { } #tooltip p { margin-top: 2px; margin-bottom: 2px; } +#iheart a img { border: 0 } + .alert { color: #f00; } .accessibility { display: none }