In image_attach.css, there's a rule:

.image-attach-body {
  float: right;
  margin-left: 1em;
}

As far as I can tell, this isn't applied anywhere.
Meanwhile, attached images in a node's regular view appear above all the text (which doesn't look very good), and have the class 'image-attach'.

I suspect these images should be getting the class that's in the css file.
Here's a patch for that.

Comments

drewish’s picture

StatusFileSize
new667 bytes

good catch. when testing this i also noticed that the -preview class is no longer used. i've removed it from this patch.

drewish’s picture

Status: Needs review » Fixed

i went ahead and committed this.

Anonymous’s picture

Status: Fixed » Closed (fixed)
joachim’s picture

Is this in the lastest release, 5.x-1.1? I don't see it in the notes: http://drupal.org/node/140841
(Not that I'm chasing credit, I'm just trying to figure out how far my version diverges from the release :)

drewish’s picture

it probably did. i pulled out the updates by looking at the file histories by hand. i didn't check the .css file for updates.