/* 
 * Classes can be added to WYMEditor by modifying the prebuilt styles
 * Prior to the css itself is a commented section that has the name as displayed by WYMEditor
 * At the end of the css attribute list is a commented section of CSS attributes, these are
 *   used in WYMEditor to be used as the element preview.
                       */

/* WYMeditor */

/* Left Align */
/* I had to specify both classes because one works in WYMEditor, one works on the actual page */
.float-left img, img.float-left {
    float:left;
    margin:5px;
    /* float:left; border-left:2px solid #00FF00; */
}

/* Right Align */
/* I had to specify both classes because one works in WYMEditor, one works on the actual page */
.float-right img, img.float-right {
    float:right;
    margin:5px;
    /* float:right; border-right:2px solid #00FF00;*/
}

/* /WYMeditor */
