diff --git a/stylesheets/style.css b/stylesheets/style.css index 6620c368..58e3f4ba 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -116,6 +116,12 @@ form table tr td div label { .multifile { border: 2px dashed #B7C5D9; } +.file:not(.multifile) .post-image { + float: left; +} +.file:not(.multifile) { + float: none; +} p.fileinfo { display: block; margin: 0;