Changes styling for avatar

A div has been introduced, and is aligning the avatar to the left of the 40x40 block.

This moves the sizing and border-radius to the surrounding div, and adds a margin to center it.
This commit is contained in:
Søren Kottal
2017-08-02 20:31:35 +02:00
committed by GitHub
parent 74b9a43685
commit 9fc87a3986

View File

@@ -87,9 +87,10 @@ ul.sections li.avatar a {
border: none
}
ul.sections li.avatar a img {
ul.sections li.avatar a div {
border-radius: 50%;
width: 30px;
margin:0 auto;
}
ul.sections li.avatar a span {