comparison media/css/base.css @ 160:2eb3984ccb15

Implement #45, add a who's online feature for the forums. Created middleware that caches usernames and guest session ids in the cache. Added a tag that displays this info.
author Brian Neal <bgneal@gmail.com>
date Tue, 22 Dec 2009 02:08:05 +0000
parents ca7d619ee27b
children 445e1466a98d
comparison
equal deleted inserted replaced
159:416353def4ca 160:2eb3984ccb15
264 border-collapse:collapse; 264 border-collapse:collapse;
265 } 265 }
266 table.grid th,td { 266 table.grid th,td {
267 border: 1px solid #eee; 267 border: 1px solid #eee;
268 } 268 }
269 ul.inline-list li {
270 display: inline;
271 margin: 0 3px;
272 }