basic styling of the credits list

This commit is contained in:
Tobias Diekershoff 2015-10-29 07:11:36 +01:00
parent fb4adc83dc
commit dff1a73bd3
1 changed files with 11 additions and 4 deletions

View File

@ -274,6 +274,13 @@ a {
#poke-recip-label, #poke-action-label, #prvmail-message-label {
margin: 10px 0 10px;
}
ul.credits {
list-style: none;
}
ul.credits li {
float: left;
width: 240px;
}
.contact-entry-photo img {
max-width: 80px;