[
https://issues.apache.org/jira/browse/MARMOTTA-499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14001892#comment-14001892
]
Sergio Fernández commented on MARMOTTA-499:
-------------------------------------------
So them the only thing that looks wrong it's the content type...
Where does "application/x-pointplus" come from? I'm getting 'Content-Type:
text/css' with the same setup under Debian. [~rwesten] can you check it in OSX,
please?
Quickly goggling it, it might be a Tomcat issue:
http://forum.percussion.com/archive/index.php/t-10712.html
Can you please manually patch the web.xml file to force the mimetype mapping?
{code}
<mime-mapping>
<extension>css</extension>
<mime-type>text/css</mime-type>
</mime-mapping>
{code}
> CSS not working
> ---------------
>
> Key: MARMOTTA-499
> URL: https://issues.apache.org/jira/browse/MARMOTTA-499
> Project: Marmotta
> Issue Type: Bug
> Components: Admin Interface
> Affects Versions: 3.2.0
> Reporter: Alvaro Graves
> Priority: Trivial
> Labels: easyfix
>
> No CSS seems to work in the interface. I downloaded marmotta 3.2.0 and it is
> running on a Mac OS X Mavericks machine.
--
This message was sent by Atlassian JIRA
(v6.2#6252)