You are here

image_attach.css in Image 5.2

.image-attach-body {
  float: right;
  margin-left: 1em;
}
.image-attach-teaser {
  float: right;
  margin-left: 1em;
}
.node {
  clear: both;
}

File

contrib/image_attach/image_attach.css
View source
  1. .image-attach-body {
  2. float: right;
  3. margin-left: 1em;
  4. }
  5. .image-attach-teaser {
  6. float: right;
  7. margin-left: 1em;
  8. }
  9. .node {
  10. clear: both;
  11. }