mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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;
|
border-top: 1px solid #ddd;
|
||||||
padding-top: 30px;
|
padding-top: 30px;
|
||||||
|
|
||||||
img { text-align: center; }
|
img {
|
||||||
|
text-align: center;
|
||||||
|
width: 45px;
|
||||||
|
height: 45px;
|
||||||
|
}
|
||||||
|
|
||||||
.contents { text-align: center;}
|
.contents { text-align: center;}
|
||||||
h3 { display: block; }
|
h3 { display: block; }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user