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

oadaeh’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

This 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.