set avatars to center and non-repeat

This commit is contained in:
nek0 2015-04-17 20:31:26 +02:00
parent 3fc4a153d8
commit e282be6ea1
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@ article#func.article {
height: 100%;
overflow: hidden;
background-size: 100%;
background-position: center;
background-repeat: no-repeat;
}
.article a p {