Hello Nicolas,
Nicolas Goaziou wrote:
> "Sebastien Vauban" writes:
>
>> #+TITLE: ECM Htmlize italic
>> #+LANGUAGE: en
>>
>> * CSS code
>>
>> When exporting the following chunk of code to HTML (with either the old or
>> the
>> new exporter)...
>>
>> #+begin_src css
>> #panel-button {
>> -moz-transform: rotate(90deg);
>> -o-transform: rotate(90deg);
>> -webkit-transform: rotate(90deg);
>> background-color: #EFEFEF;
>> }
>> #+end_src
>
> It looks like a bug in htmlize, not in Org.
Yes and no. Yes, in htmlize. But, still in Org, as Org uses its own (modified)
version of htmlize (see org-mode/contrib/lisp/htmlize.el).
Best regards,
Seb
--
Sebastien Vauban