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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user