| 1 | /* |
|---|
| 2 | * Classes can be added to WYMEditor by modifying the prebuilt styles |
|---|
| 3 | * Prior to the css itself is a commented section that has the name as displayed by WYMEditor |
|---|
| 4 | * At the end of the css attribute list is a commented section of CSS attributes, these are |
|---|
| 5 | * used in WYMEditor to be used as the element preview. |
|---|
| 6 | */ |
|---|
| 7 | |
|---|
| 8 | /* WYMeditor */ |
|---|
| 9 | |
|---|
| 10 | /* IMG: Left Align */ |
|---|
| 11 | .float-left img { |
|---|
| 12 | float:left; |
|---|
| 13 | /* float:left; */ |
|---|
| 14 | } |
|---|
| 15 | |
|---|
| 16 | /* IMG: Right Align */ |
|---|
| 17 | .float-right img { |
|---|
| 18 | float:right; |
|---|
| 19 | /* float:right; */ |
|---|
| 20 | } |
|---|
| 21 | |
|---|
| 22 | /* /WYMeditor */ |
|---|