Commit 385b33da0f871a7553301705f14a0095f142eb13
1 parent
fcf008f4
Exists in
master
and in
39 other branches
Removing the Jenkins logo at the background
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
src/proxy/diazo/jenkins.xml
... | ... | @@ -9,6 +9,8 @@ |
9 | 9 | <merge attributes="class" css:theme="body" css:content="body" /> |
10 | 10 | <drop css:content="#top-panel" /> |
11 | 11 | |
12 | + <drop attributes="style" css:content="#main-table" /> | |
13 | + | |
12 | 14 | <after theme-children="/html/head"> |
13 | 15 | <script>jQuery.noConflict();</script> |
14 | 16 | <style> | ... | ... |