Mercurial > public > sg101
comparison gpp/bio/static/css/bio.css @ 312:88b2b9cb8c1f
Fixing #142; cut over to the django.contrib.staticfiles app.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 27 Jan 2011 02:56:10 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
311:b1c39788e511 | 312:88b2b9cb8c1f |
---|---|
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 } |