Mercurial > public > sg101
comparison media/css/base.css @ 204:b4305e18d3af
Resolve ticket #74. Add user badges. Some extra credit was done here: also refactored how pending news, links, and downloads are handled.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 01 May 2010 21:53:59 +0000 |
parents | bc958bc3c6eb |
children | 8c1832b9d815 |
comparison
equal
deleted
inserted
replaced
203:40e5903903e1 | 204:b4305e18d3af |
---|---|
357 padding: 0.5em 0.5em; | 357 padding: 0.5em 0.5em; |
358 } | 358 } |
359 #forums-post-list dd.even { | 359 #forums-post-list dd.even { |
360 background-color:#e5ecf9; | 360 background-color:#e5ecf9; |
361 } | 361 } |
362 #badge_summary { | |
363 border-collapse:collapse; | |
364 } | |
365 #badge_summary th, #badge_summary td { | |
366 border: 1px solid teal; | |
367 } |