Skip to content

Instantly share code, notes, and snippets.

@math-is-hard
Last active August 29, 2015 14:01
Show Gist options
  • Save math-is-hard/11561920 to your computer and use it in GitHub Desktop.
Save math-is-hard/11561920 to your computer and use it in GitHub Desktop.
WYSIWYG Placeholder Class
%wysiwyg{
img{ max-width: 100%; height:auto; }
img[style^="float:left;"],
img[style^="float: left;"],
img[style^="float :left;"],
img[style*=" float:left;"],
img[style*=" float: left;"],
img[style*=" float :left;"]{
margin:{right:30px; bottom:30px;}
}
img[style^="float:right;"],
img[style^="float: right;"],
img[style^="float :right;"],
img[style*=" float:right;"],
img[style*=" float: right;"],
img[style*=" float :right;"]{
margin:{left:30px; bottom:30px;}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment