Skip to content

Commit 1392444

Browse files
authored
Merge pull request #2842 from AnEmortalKid/patch-1
Fix #2812: incorrect width of blog entry author photo
2 parents a9b7beb + 39c34cb commit 1392444

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc-tool/resources/css/dottydoc.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,10 @@ div#doc-page-container > p + h1 {
210210
}
211211

212212
div#post-footer > img#author-image {
213-
width: 100px;
213+
width: auto;
214214
height: auto;
215+
max-width:100px;
216+
max-height:100px;
215217
border-radius: 50%;
216218
}
217219

0 commit comments

Comments
 (0)