Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 2081:fb4bf55b94d7 | 2082:c091cacdc505 |
|---|---|
| 4 background-color: white; | 4 background-color: white; |
| 5 color: #333; | 5 color: #333; |
| 6 margin: 0; | 6 margin: 0; |
| 7 } | 7 } |
| 8 a[href]:hover { | 8 a[href]:hover { |
| 9 background-color: white; | |
| 10 color:blue; | 9 color:blue; |
| 11 text-decoration: underline; | 10 text-decoration: underline; |
| 12 } | 11 } |
| 13 a[href], a[href]:link { | 12 a[href], a[href]:link { |
| 14 background-color: white; | |
| 15 color:blue; | 13 color:blue; |
| 16 text-decoration: none; | 14 text-decoration: none; |
| 17 } | 15 } |
| 18 | 16 |
| 19 table.body { | 17 table.body { |
