Skip to content

Instantly share code, notes, and snippets.

@wmakley
Last active August 29, 2015 14:16
Show Gist options
  • Select an option

  • Save wmakley/91258b0bb2e0c3aa313b to your computer and use it in GitHub Desktop.

Select an option

Save wmakley/91258b0bb2e0c3aa313b to your computer and use it in GitHub Desktop.

Revisions

  1. William Makley revised this gist Feb 26, 2015. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions refinery-frontend.css
    Original file line number Diff line number Diff line change
    @@ -1,9 +1,9 @@
    /* Make wymeditor-inserted images appear correctly in front-end. Tweak margins as needed. */
    img.image-align-left {
    .image-align-left {
    float: left;
    margin: 10px 20px 0 10px;
    }
    img.image-align-right {
    .image-align-right {
    float: right;
    margin: 10px 0 10px 20px;
    }
  2. William Makley created this gist Feb 26, 2015.
    9 changes: 9 additions & 0 deletions refinery-frontend.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    /* Make wymeditor-inserted images appear correctly in front-end. Tweak margins as needed. */
    img.image-align-left {
    float: left;
    margin: 10px 20px 0 10px;
    }
    img.image-align-right {
    float: right;
    margin: 10px 0 10px 20px;
    }