Commit fd32f0a04bc21755ea3a11b17271c733bbe6e234
1 parent
a9ff5eb0
Exists in
master
and in
39 other branches
Merging body classes
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
src/proxy/diazo/jenkins.xml
... | ... | @@ -10,6 +10,8 @@ |
10 | 10 | <!-- Breadcrumbs --> |
11 | 11 | <after css:theme="nav.navbar-fixed-top" css:content="#left-top-nav" /> |
12 | 12 | |
13 | + <merge attributes="class" css:theme="body" css:content="body" /> | |
14 | + | |
13 | 15 | <after theme-children="/html/head"> |
14 | 16 | <script>jQuery.noConflict();</script> |
15 | 17 | <style> | ... | ... |