17 lines
189 B
CSS
17 lines
189 B
CSS
.aprofile dt {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.profile-thing-list {
|
|
list-style-type: none;
|
|
}
|
|
|
|
.profile-thing-list img {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.profile-thing-list > li {
|
|
margin-bottom: 15px;
|
|
}
|
|
|