Skip to content

Instantly share code, notes, and snippets.

@sirkitree
Created April 3, 2012 20:16
Show Gist options
  • Select an option

  • Save sirkitree/2295236 to your computer and use it in GitHub Desktop.

Select an option

Save sirkitree/2295236 to your computer and use it in GitHub Desktop.
DR
article.article-teaser .article-content {
min-height: 350px;
}
article.article-teaser .article-content p img {
width: 75px;
float: right;
}
article.article-teaser .article-content .field-item>p:nth-of-type(2) img {
width: 200px;
float: left;
}
article.article-teaser .article-content .field-item>p img {
display: inline-block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment