Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
r2.10.00
-
None
Description
Lists should indent in a backend template with a xinha field. By default this indentation is removed.
More info:
In the standard xinha editor css (xinhaInternal.css) margins and padding is set to 0px:
- { margin : 0; padding : 0;}
This will also remove indentation of lists, quotes, blockquotes and def lists.
Adding the following lines should fix it:
ol, ul, dl
blockquote
{margin: 0 2.5em 0 2.5em;}