| 1234567891011121314 |
- // Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
- // For licensing, see LICENSE.md or http://ckeditor.com/license
- .image-style-left {
- float: left;
- width: 50%;
- margin: 1em 1em 1em 0;
- }
- .image-style-right {
- float: right;
- width: 50%;
- margin: 1em 0 1em 1em;
- }
|