03008936cc8603fa26a53fad73d4d3da40e22e85
Damian Johnson Separate css for people table

Damian Johnson authored 6 years ago

1) table.people td {
2)   vertical-align: top;
3)   padding: 0px;
4)   padding-bottom: 15px;
5)   width: 50%;
6) }
7) 
8) table.people tr td:first-child {
9)   padding-right: 10px;
10) }
11) 
12) .photo {
hiro Fix css in people page and...

hiro authored 6 years ago

13)   width: 128px;
Damian Johnson Separate css for people table

Damian Johnson authored 6 years ago

14)   float: left;
hiro Fix css in people page and...

hiro authored 6 years ago

15)   border-radius: 10%;
16)   overflow: hidden;
17)   margin-right: 10px;