Mercurial > public > sg101
comparison media/css/bio.css @ 130:a4635c094f24
Fixes #23; fix member list centering problem.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Fri, 20 Nov 2009 02:44:45 +0000 |
parents | dbd703f7d63a |
children |
comparison
equal
deleted
inserted
replaced
129:70926d0d10b7 | 130:a4635c094f24 |
---|---|
1 div.user_profile table tr th { | 1 div.user_profile th { |
2 font-weight: bold; | 2 font-weight: bold; |
3 text-align: left; | 3 text-align: left; |
4 padding: 5px 5px; | 4 padding: 5px 5px; |
5 } | 5 } |
6 div.user_profile table tr td { | 6 div.user_profile td { |
7 font-weight: normal; | 7 font-weight: normal; |
8 text-align: left; | 8 text-align: left; |
9 padding: 5px 5px; | 9 padding: 5px 5px; |
10 } | 10 } |
11 | 11 |
14 width: 95%; | 14 width: 95%; |
15 border: 1px solid black; | 15 border: 1px solid black; |
16 margin: 1em auto 1em auto; | 16 margin: 1em auto 1em auto; |
17 } | 17 } |
18 | 18 |
19 div.members-list table tr th { | 19 div.members-list th { |
20 font-weight: bold; | 20 font-weight: bold; |
21 text-align: center; | 21 text-align: center; |
22 padding: 5px 5px; | 22 padding: 5px 5px; |
23 } | 23 } |
24 | 24 |
25 div.members-list table tr { | 25 div.members-list tr { |
26 border-top: 1px solid black; | 26 border-top: 1px solid black; |
27 border-bottom: 1px solid black; | 27 border-bottom: 1px solid black; |
28 text-align: center; | 28 text-align: center; |
29 } | 29 } |
30 | 30 |
31 div.members-list table tr td { | 31 div.members-list td { |
32 padding: 5px 5px; | 32 padding: 5px 5px; |
33 text-align: center; | |
33 } | 34 } |
34 | 35 |
35 div.members-list table tr.odd { | 36 div.members-list tr.odd { |
36 background-color: #ddd; | 37 background-color: #ddd; |
37 } | 38 } |