mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
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;
|
|
}
|
|
|