mirror of
https://github.com/discourse/discourse.git
synced 2025-03-26 03:25:44 +08:00
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…
x
Reference in New Issue
Block a user