Commit ab91382112b27c08da739644033cb16f1dd6ca3e
Committed by
Sergio Oliveira
1 parent
8fca7d8a
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 @@ |
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> | ... | ... |