Mercurial > public > sg101
view gpp/bio/static/css/bio.css @ 373:54cbdef18cf4
Improved the IRC view and block to point to instructions on how to get started with IRC.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 06 Mar 2011 21:50:10 +0000 |
parents | 88b2b9cb8c1f |
children |
line wrap: on
line source
div.user_profile th { font-weight: bold; text-align: left; padding: 5px 5px; } div.user_profile td { font-weight: normal; text-align: left; padding: 5px 5px; } div.members-list table { border-collapse: collapse; width: 95%; border: 1px solid black; margin: 1em auto 1em auto; } div.members-list th { font-weight: bold; text-align: center; padding: 5px 5px; } div.members-list tr { border-top: 1px solid black; border-bottom: 1px solid black; text-align: center; } div.members-list td { padding: 5px 5px; text-align: center; } div.members-list tr.odd { background-color: #ddd; }