Skip to content

Instantly share code, notes, and snippets.

@wmakley
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wmakley/91258b0bb2e0c3aa313b to your computer and use it in GitHub Desktop.
Save wmakley/91258b0bb2e0c3aa313b to your computer and use it in GitHub Desktop.
Refinery CMS front-end CSS
/* Make wymeditor-inserted images appear correctly in front-end. Tweak margins as needed. */
.image-align-left {
float: left;
margin: 10px 20px 0 10px;
}
.image-align-right {
float: right;
margin: 10px 0 10px 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment