Active
Project:
Danland
Version:
6.x-2.1
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Apr 2012 at 12:53 UTC
Updated:
24 Apr 2012 at 14:43 UTC
On line 1039 of style.css, there is a style applied to OL LI of
list-style-type: decimal;
This is a bit of an issue if you want ordered lists that are not numerical (alphanumeric, roman, etc.) in the body of a node. Even if you declare the style of the list inline (via a WYSIWYG editor) it can be overridden by the theme's CSS.
I would suggest removing this attribute...
Thanks,
Eric
Comments
Comment #1
yotommy commentedCan you override this in local.css?
Comment #2
aitala commentedYes, assuming you are using a subtheme, but if you are not, then it could be very confusing trying to set up an ordered list containing anything other than decimal numbers and having the theme override your HTML.
Eric