Commit 619e6521bbf35e58ead5b8d9687c27f36b1d1fd6
1 parent
ac81fe69
Exists in
master
and in
39 other branches
Initial noosfero integration, needs lots of improvements
Showing
2 changed files
with
27 additions
and
0 deletions
Show diff stats
@@ -0,0 +1,15 @@ | @@ -0,0 +1,15 @@ | ||
1 | +<rules | ||
2 | + xmlns="http://namespaces.plone.org/diazo" | ||
3 | + xmlns:css="http://namespaces.plone.org/diazo/css" | ||
4 | + xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> | ||
5 | + | ||
6 | + <before theme-children="/html/head" content-children="/html/head" /> | ||
7 | + <before css:theme-children="#main-content" css:content-children="body" /> | ||
8 | + | ||
9 | + <merge attributes="class" css:theme="body" css:content="body" /> | ||
10 | + | ||
11 | + <!-- Drop noosfero headers | ||
12 | + <drop css:content="#top-panel" /> | ||
13 | + <drop css:content=".navbar-gitlab" /> | ||
14 | + --> | ||
15 | +</rules> |