Mercurial > public > sg101
comparison media/css/bio.css @ 1:dbd703f7d63a
Initial import of sg101 stuff from private repository.
author | gremmie |
---|---|
date | Mon, 06 Apr 2009 02:43:12 +0000 |
parents | |
children | a4635c094f24 |
comparison
equal
deleted
inserted
replaced
0:900ba3c7b765 | 1:dbd703f7d63a |
---|---|
1 div.user_profile table tr th { | |
2 font-weight: bold; | |
3 text-align: left; | |
4 padding: 5px 5px; | |
5 } | |
6 div.user_profile table tr 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 table tr th { | |
20 font-weight: bold; | |
21 text-align: center; | |
22 padding: 5px 5px; | |
23 } | |
24 | |
25 div.members-list table tr { | |
26 border-top: 1px solid black; | |
27 border-bottom: 1px solid black; | |
28 text-align: center; | |
29 } | |
30 | |
31 div.members-list table tr td { | |
32 padding: 5px 5px; | |
33 } | |
34 | |
35 div.members-list table tr.odd { | |
36 background-color: #ddd; | |
37 } |