diff templates/classic/html/style.css @ 2082:c091cacdc505

Finished implementation of session and one-time-key stores for RDBMS backends. Refactored the API of sessions and their interaction with the backend database a fair bit too. Added some session tests. Nothing testing ageing yet, 'cos that's a pain inna ass to test :) Note: metakit backend still uses the *dbm implementation. It might want to implement its own session store some day, as it'll be faster than the *dbm one.
author Richard Jones <richard@users.sourceforge.net>
date Thu, 18 Mar 2004 01:58:46 +0000
parents 3158eabe3226
children 638600b0d682
line wrap: on
line diff
--- a/templates/classic/html/style.css	Wed Mar 17 22:01:37 2004 +0000
+++ b/templates/classic/html/style.css	Thu Mar 18 01:58:46 2004 +0000
@@ -6,12 +6,10 @@
   margin: 0;
 }
 a[href]:hover {
-  background-color: white;
   color:blue;
   text-decoration: underline;
 }
 a[href], a[href]:link {
-  background-color: white;
   color:blue;
   text-decoration: none;
 }

Roundup Issue Tracker: http://roundup-tracker.org/