Mercurial > public > sg101
comparison bio/static/css/bio.css @ 581:ee87ea74d46b
For Django 1.4, rearranged project structure for new manage.py.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 05 May 2012 17:10:48 -0500 |
parents | gpp/bio/static/css/bio.css@88b2b9cb8c1f |
children | 678a1a2ef55a |
comparison
equal
deleted
inserted
replaced
580:c525f3e0b5d0 | 581:ee87ea74d46b |
---|---|
1 div.user_profile th { | |
2 font-weight: bold; | |
3 text-align: left; | |
4 padding: 5px 5px; | |
5 } | |
6 div.user_profile td { | |
7 font-weight: normal; | |
8 text-align: left; | |
9 padding: 5px 5px; | |
10 } | |
11 | |
12 div.members-list table { | |
13 border-collapse: collapse; | |
14 width: 95%; | |
15 border: 1px solid black; | |
16 margin: 1em auto 1em auto; | |
17 } | |
18 | |
19 div.members-list th { | |
20 font-weight: bold; | |
21 text-align: center; | |
22 padding: 5px 5px; | |
23 } | |
24 | |
25 div.members-list tr { | |
26 border-top: 1px solid black; | |
27 border-bottom: 1px solid black; | |
28 text-align: center; | |
29 } | |
30 | |
31 div.members-list td { | |
32 padding: 5px 5px; | |
33 text-align: center; | |
34 } | |
35 | |
36 div.members-list tr.odd { | |
37 background-color: #ddd; | |
38 } |