Skip to content

Instantly share code, notes, and snippets.

@hmps
Last active December 31, 2015 00:29
Show Gist options
  • Select an option

  • Save hmps/7907793 to your computer and use it in GitHub Desktop.

Select an option

Save hmps/7907793 to your computer and use it in GitHub Desktop.
Media object by @stubbornella
.media-obj {
margin:10px;
}
.media-obj, .media-obj__body {
overflow:hidden;
_overflow:visible;
zoom:1;
}
.media-obj__img {
float:left;
margin-right: 10px;
}
.media-obj__img img {
display:block;
}
/* Want to reverse the order? */
.media-obj__img-rev {
float:right;
margin-left: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment