comparison core/themes/bartik/css/components/text-formatted.css @ 0:4c8ae668cc8c

Initial import (non-working)
author Chris Cannam
date Wed, 29 Nov 2017 16:09:58 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4c8ae668cc8c
1 /**
2 * @file
3 *
4 * Visual styles for Bartik's text-formatted component.
5 */
6
7 .text-formatted ul,
8 .text-formatted ol {
9 margin: 1em 0;
10 padding: 0 0 0.25em 15px; /* LTR */
11 }
12 [dir="rtl"] .text-formatted ul,
13 [dir="rtl"] .text-formatted ol {
14 padding: 0 15px 0.25em 0;
15 }