Commit 88f276b16f318389c125da56cd10d5e81412e3b8
1 parent
7961b442
Exists in
plugin_extra_configs
and in
1 other branch
Drops Mezuro's navbar.
Signed off by: Simião Correa Lima de Carvalho <simiaosimis@gmail.com>
Showing
1 changed file
with
5 additions
and
5 deletions
Show diff stats
colab/plugins/mezuro/diazo.xml
... | ... | @@ -7,12 +7,12 @@ |
7 | 7 | <before css:theme-children="#main-content" css:content-children="body" /> |
8 | 8 | |
9 | 9 | <merge attributes="class" css:theme="body" css:content="body" /> |
10 | - | |
11 | - <!-- Add gitlab properties --> | |
10 | + | |
11 | + <!-- Add mezuro properties --> | |
12 | 12 | <merge attributes="data-page" css:theme="body" css:content="body" /> |
13 | 13 | <merge attributes="data-project-id" css:theme="body" css:content="body" /> |
14 | 14 | |
15 | - <drop css:content="#top-panel" /> | |
16 | - <drop css:content=".navbar-gitlab" /> | |
17 | - <drop css:content=".git-clone-holder .btn:contains('HTTPS')" /> | |
15 | + <drop css:content=".navbar" /> | |
16 | + <!--<drop css:theme="script[src^='/static/third-party/bootstrap/css/bootstrap.min']" /> | |
17 | + <drop css:theme="script[src^='/static/third-party/jquery-2.0.3.min.js']" /> --> | |
18 | 18 | </rules> | ... | ... |