tweaks to user profile layout

This commit is contained in:
albert
2013-02-23 17:14:01 -05:00
parent 4a61498f0e
commit eb08c12998
3 changed files with 111 additions and 62 deletions

View File

@@ -20,16 +20,25 @@ div#c-users {
clear: both;
}
dl {
dt {
width: 12em;
float: left;
clear: left;
margin-right: .75em;
table.user-statistics {
tr {
height: 1.75em;
}
dt:after {
content: ':';
th {
width: 15%;
text-align: right;
padding-right: 1em;
vertical-align: top;
}
td {
width: 85%;
vertical-align: top;
}
p {
margin-bottom: 0.5em;
}
}
}