Commit c9e9c7f0e2dc493ec8946daf0924880bb1c1f344
1 parent
9e24daab
Exists in
master
and in
32 other branches
Initial crude integration with Mezuro
Signed off by: Gustavo Jaruga <darksshades@hotmail.com>
Showing
10 changed files
with
47 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,18 @@ |
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 | + <!-- Add gitlab properties --> | |
12 | + <merge attributes="data-page" css:theme="body" css:content="body" /> | |
13 | + <merge attributes="data-project-id" css:theme="body" css:content="body" /> | |
14 | + | |
15 | + <drop css:content="#top-panel" /> | |
16 | + <drop css:content=".navbar-gitlab" /> | |
17 | + <drop css:content=".git-clone-holder .btn:contains('HTTPS')" /> | |
18 | +</rules> | ... | ... |
... | ... | @@ -0,0 +1 @@ |
1 | +{% extends 'base.html' %} | ... | ... |