BUGFIX: make sure author's avatar is 45x45
This commit is contained in:
parent
7cc5da08fe
commit
a83c1a19f1
|
@ -458,7 +458,12 @@ iframe {
|
|||
border-top: 1px solid #ddd;
|
||||
padding-top: 30px;
|
||||
|
||||
img { text-align: center; }
|
||||
img {
|
||||
text-align: center;
|
||||
width: 45px;
|
||||
height: 45px;
|
||||
}
|
||||
|
||||
.contents { text-align: center;}
|
||||
h3 { display: block; }
|
||||
|
||||
|
|
Loading…
Reference in New Issue