BUGFIX: make sure author's avatar is 45x45

This commit is contained in:
Régis Hanol 2014-01-27 17:59:17 +01:00
parent 7cc5da08fe
commit a83c1a19f1
1 changed files with 6 additions and 1 deletions

View File

@ -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; }