gitlab.xml 1008 Bytes
<rules
    xmlns="http://namespaces.plone.org/diazo"
    xmlns:css="http://namespaces.plone.org/diazo/css"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

    <before theme-children="/html/head" content-children="/html/head" />
    <before css:theme-children="#main-content" css:content-children="body" />

    <merge attributes="class" css:theme="body" css:content="body" />
    
    <!-- Add gitlab properties -->
    <merge attributes="data-page" css:theme="body" css:content="body" />
    <merge attributes="data-project-id" css:theme="body" css:content="body" />

    <drop css:content="#top-panel" />
    <drop css:content=".navbar-gitlab" />
    <after theme-children="/html/head">
    <script>jQuery.noConflict();</script>
    <style>
              #breadcrumbs {
                        border: 0 !important;
                              }

      #right-top-nav {
                margin-right: 5em !important;
                      }
                        </style>
      </after>
</rules>