Closed (won't fix)
Project:
Marinelli
Version:
6.x-1.7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 May 2008 at 18:59 UTC
Updated:
17 Jul 2016 at 00:10 UTC
Jump to comment: Most recent
Hello,
First, thanks for the great theme. I use it for the homepage of a canoe club. The colours and the banners looks great for this purpose.
A phenomenon I noticed:
There is a page with an ordered list with the following style-parameters:
<ol style="list-style-type: upper-alpha; list-style-position: outside;">
In the FCKEditor window the list items appear as expected with latin capitals. In page view, however, as arabic numerals!
A hack in the style.css
ol.upperalpha (
List-style-type: upper-alpha;
list-style-position: outside;
)
and
<ol class="upperalpha">
brought the same result.
Tested with FF 2, IE 6 and 7.
Any Idea?
Comments
Comment #1
oadaeh commentedThis issue is being closed because it is against a branch for a version of Drupal that is no longer supported.
If you feel that this issue is still valid, feel free to re-open and update it (and any possible patch) to work with the 7.x-4.x branch.
Thank you.