| 123456789101112 |
- /*
- * Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
- * For licensing, see LICENSE.md.
- */
- .ck-content .image > figcaption {
- color: hsl(0, 0%, 20%);
- background-color: hsl(0, 0%, 97%);
- padding: .6em;
- font-size: .75em;
- outline-offset: -1px;
- }
|