text-formatted.css

Same filename and directory in other branches
  1. 8.9.x core/themes/bartik/css/components/text-formatted.css

Visual styles for Bartik's text-formatted component.

File

core/themes/bartik/css/components/text-formatted.css

View source
  1. /**
  2. * @file
  3. *
  4. * Visual styles for Bartik's text-formatted component.
  5. */
  6. .text-formatted ul,
  7. .text-formatted ol {
  8. margin: 1em 0;
  9. padding: 0 0 0.25em 15px; /* LTR */
  10. }
  11. [dir="rtl"] .text-formatted ul,
  12. [dir="rtl"] .text-formatted ol {
  13. padding: 0 15px 0.25em 0;
  14. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.