Mercurial > hg > isophonics-drupal-site
annotate core/themes/bartik/css/components/text-formatted.css @ 5:c69a71b4f40f
Add slideshow module
author | Chris Cannam |
---|---|
date | Thu, 07 Dec 2017 14:46:23 +0000 |
parents | 4c8ae668cc8c |
children |
rev | line source |
---|---|
Chris@0 | 1 /** |
Chris@0 | 2 * @file |
Chris@0 | 3 * |
Chris@0 | 4 * Visual styles for Bartik's text-formatted component. |
Chris@0 | 5 */ |
Chris@0 | 6 |
Chris@0 | 7 .text-formatted ul, |
Chris@0 | 8 .text-formatted ol { |
Chris@0 | 9 margin: 1em 0; |
Chris@0 | 10 padding: 0 0 0.25em 15px; /* LTR */ |
Chris@0 | 11 } |
Chris@0 | 12 [dir="rtl"] .text-formatted ul, |
Chris@0 | 13 [dir="rtl"] .text-formatted ol { |
Chris@0 | 14 padding: 0 15px 0.25em 0; |
Chris@0 | 15 } |