text-formatted.css
Same filename and directory in other branches
Visual styles for Bartik's text-formatted component.
File
-
core/
themes/ bartik/ css/ components/ text-formatted.css
View source
- /**
- * @file
- *
- * Visual styles for Bartik's text-formatted component.
- */
-
- .text-formatted ul,
- .text-formatted ol {
- margin: 1em 0;
- padding: 0 0 0.25em 15px; /* LTR */
- }
- [dir="rtl"] .text-formatted ul,
- [dir="rtl"] .text-formatted ol {
- padding: 0 15px 0.25em 0;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.