Skip to content

Instantly share code, notes, and snippets.

@marciobarrios
Created January 24, 2014 09:59
Show Gist options
  • Save marciobarrios/8594796 to your computer and use it in GitHub Desktop.
Save marciobarrios/8594796 to your computer and use it in GitHub Desktop.
Media object
.item:before,
.item:after {
content: " ";
display: table;
}
.item:after {
clear: both;
}
.item-media {
float: left;
margin-right: 12px;
}
.item-body {
display: table;
}
.item-body--expanded {
display: block;
overflow: hidden;
}
.item-actions {
float: right;
margin-left: 12px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment