lea++ style fixed

This commit is contained in:
life
2014-09-24 23:13:37 +08:00
parent 3bade30e1a
commit 9fbbde9849
2 changed files with 4 additions and 4 deletions

View File

@ -191,13 +191,13 @@ a:hover {
right: 1px;
width: 32px;
height: 32px;
overflow: hidden;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.article .avatar img {
width: 100%;
height: 100%;
max-height: 32px;
border: 2px solid white;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;

View File

@ -211,12 +211,12 @@ a:hover {
right: 1px;
width: 32px;
height: 32px;
overflow: hidden;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
img {
width: 100%;
height: 100%;
max-height: 32px;
border: 2px solid white;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;