comparison media/css/base.css @ 169:7071b196ddd5

Implement #54; add a forum query to display a user's posts.
author Brian Neal <bgneal@gmail.com>
date Sun, 31 Jan 2010 04:52:08 +0000
parents cf9f9d4c4d54
children 136719cbcb3c
comparison
equal deleted inserted replaced
168:e6d4dfdfbc64 169:7071b196ddd5
307 text-align:center; 307 text-align:center;
308 } 308 }
309 #forum-query-form { 309 #forum-query-form {
310 text-align:right; 310 text-align:right;
311 } 311 }
312 #forums-post-list dt {
313 margin-top: 0.5em;
314 padding: 3px 0 3px 0;
315 }
316 #forums-post-list dd {
317 border: 1px solid #555;
318 padding: 0.5em 0.5em;
319 }
320 #forums-post-list dd.even {
321 background-color:#e5ecf9;
322 }