Skip to content

Commit ac57b14

Browse files
authored
Update dottydoc.css
changed author-image width to be auto, since images are 200x200 and they were getting clipped to 100x200 pre/post screenshots: http://imgur.com/a/Td0IN
1 parent a9b7beb commit ac57b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc-tool/resources/css/dottydoc.css

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

212212
div#post-footer > img#author-image {
213-
width: 100px;
213+
width: auto;
214214
height: auto;
215215
border-radius: 50%;
216216
}

0 commit comments

Comments
 (0)