/* 
 * 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 */

/* IMG: Left Align */
.float-left img {
    float:left;
    /* float:left; border-left:2px solid #00FF00; */
}

/* IMG: Right Align */
.float-right img {
    float:right;
    /* float:right; border-right:2px solid #00FF00;*/
}

/* /WYMeditor */
