Skip to content

Commit

Permalink
Remove unused assets
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Oct 3, 2021
1 parent e7934dd commit ba98591
Show file tree
Hide file tree
Showing 14 changed files with 4 additions and 191 deletions.
4 changes: 2 additions & 2 deletions core/src/main/resources/lib/layout/pageHeader.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
<div class="page-header__brand">
<div class="logo">
<a id="jenkins-home-link" href="${rootURL}/">
<img id="jenkins-head-icon" src="${imagesURL}/jenkins-header-logo-v2.svg" alt="[${logoAlt}]" />
<img id="jenkins-head-icon" src="${imagesURL}/svgs/logo.svg" alt="[${logoAlt}]" />
<img id="jenkins-name-icon" src="${imagesURL}/title.svg" alt="${title}" width="139" height="34" />
</a>
</div>

<a class="page-header__brand-link" href="${rootURL}/">
<img src="${imagesURL}/jenkins-header-logo-v2.svg"
<img src="${imagesURL}/svgs/logo.svg"
alt="[${logoAlt}]"
class="page-header__brand-image" />
<span class="page-header__brand-name">Jenkins</span>
Expand Down
10 changes: 0 additions & 10 deletions war/src/main/less/base/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -86,16 +86,6 @@ td.center-align {
border-collapse: collapse;
}

#top-panel {
margin-bottom: 3pt;
height: 34px;
background: url(../../images/topbar.png) repeat-x;
}

#top-panel a {
text-decoration: none;
}

.skiplink {
position: absolute;
left: -20000px;
Expand Down
3 changes: 2 additions & 1 deletion war/src/main/webapp/css/simple-page.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ html {
}

.simple-page .logo {
background-image: url('../images/jenkins.svg');
background-image: url('../images/svgs/logo.svg');
background-repeat: no-repeat;
background-position: 50% 0;
background-size: contain;
height: 130px;
}

Expand Down
1 change: 0 additions & 1 deletion war/src/main/webapp/images/atom-license.txt

This file was deleted.

Binary file removed war/src/main/webapp/images/atom.gif
Binary file not shown.
Binary file removed war/src/main/webapp/images/bottom-sticker-top-edge.png
Binary file not shown.
Binary file removed war/src/main/webapp/images/headshot.png
Binary file not shown.
Binary file removed war/src/main/webapp/images/jenkins-redbg.png
Binary file not shown.
Binary file removed war/src/main/webapp/images/jenkins.png
Binary file not shown.
1 change: 0 additions & 1 deletion war/src/main/webapp/images/jenkins.svg

This file was deleted.

78 changes: 0 additions & 78 deletions war/src/main/webapp/images/svgs/headless.svg

This file was deleted.

Binary file removed war/src/main/webapp/images/title.xcf
Binary file not shown.
Binary file removed war/src/main/webapp/images/topbar.png
Binary file not shown.
98 changes: 0 additions & 98 deletions war/src/main/webapp/images/topbar.svg

This file was deleted.

0 comments on commit ba98591

Please sign in to comment.