Commit d19a1292138b0d8210f8b459e7b7aff941b33737
1 parent
a13ebb23
Exists in
master
and in
39 other branches
Removing conditional rules (not working)
Showing
1 changed file
with
15 additions
and
17 deletions
Show diff stats
src/proxy/diazo/jenkins.xml
... | ... | @@ -3,25 +3,23 @@ |
3 | 3 | xmlns:css="http://namespaces.plone.org/diazo/css" |
4 | 4 | xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> |
5 | 5 | |
6 | - <rules css:if-content="#main-table"> | |
7 | - <before theme-children="/html/head" content-children="/html/head" /> | |
8 | - <before css:theme-children="#main-content" css:content-children="body" /> | |
6 | + <before theme-children="/html/head" content-children="/html/head" /> | |
7 | + <before css:theme-children="#main-content" css:content-children="body" /> | |
9 | 8 | |
10 | - <merge attributes="class" css:theme="body" css:content="body" /> | |
11 | - <drop css:content="#top-panel" /> | |
9 | + <merge attributes="class" css:theme="body" css:content="body" /> | |
10 | + <drop css:content="#top-panel" /> | |
12 | 11 | |
13 | - <after theme-children="/html/head"> | |
14 | - <script>jQuery.noConflict();</script> | |
15 | - <style> | |
16 | - #breadcrumbs { | |
17 | - border: 0 !important; | |
18 | - } | |
12 | + <after theme-children="/html/head"> | |
13 | + <script>jQuery.noConflict();</script> | |
14 | + <style> | |
15 | + #breadcrumbs { | |
16 | + border: 0 !important; | |
17 | + } | |
19 | 18 | |
20 | - #right-top-nav { | |
21 | - margin-right: 5em !important; | |
22 | - } | |
23 | - </style> | |
24 | - </after> | |
25 | - </rules> | |
19 | + #right-top-nav { | |
20 | + margin-right: 5em !important; | |
21 | + } | |
22 | + </style> | |
23 | + </after> | |
26 | 24 | |
27 | 25 | </rules> | ... | ... |