diff --git a/contrib/static/site.css b/contrib/static/site.css index 568f2a8..40b168b 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -267,6 +267,10 @@ fieldset { max-width: 90%; } +fieldset > img { + float: right; +} + .thread { float: left; width: 90%; diff --git a/contrib/templates/default/post.mustache b/contrib/templates/default/post.mustache index 9e49658..b2fa457 100644 --- a/contrib/templates/default/post.mustache +++ b/contrib/templates/default/post.mustache @@ -1,14 +1,14 @@