[
https://issues.apache.org/jira/browse/COMMONSSITE-82?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14511199#comment-14511199
]
Stian Soiland-Reyes commented on COMMONSSITE-82:
------------------------------------------------
If you replace site.css you have to include all the existing content. It's
better to include additional CSS.
This worked in site.xml:
{code}
<body>
<head>
<style type="text/css"><![CDATA[
/* COMMONSSITE-82 workaround */
.nav-list li.collapsed a {
background-repeat: no-repeat;
background-position: 16px 9px;
}
]]>
</style>
{code}
(I didn't add a <link> and additional CSS file, as then there could be relative
path problems)
> Glitch when project base url is not commons.apache.org
> ------------------------------------------------------
>
> Key: COMMONSSITE-82
> URL: https://issues.apache.org/jira/browse/COMMONSSITE-82
> Project: Commons All
> Issue Type: Bug
> Components: Commons Skin
> Reporter: Benedikt Ritter
> Attachments: commons-skin-glitch.png
>
>
> When using the commons skin for projects not located at commons.apache.org
> (but for example in the incubator) the commons skin will produce a broken
> side nav.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)