Skip to content

Commit

Permalink
IVY-922 use vectorised logo
Browse files Browse the repository at this point in the history
  • Loading branch information
twogee committed Aug 29, 2018
1 parent 969ba77 commit 70eca12
Show file tree
Hide file tree
Showing 8 changed files with 580 additions and 42 deletions.
94 changes: 94 additions & 0 deletions asciidoc/images/ivy-lierre.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed asciidoc/images/logo.png
Binary file not shown.
94 changes: 94 additions & 0 deletions doc/images/ivy-lierre.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/java/org/apache/ivy/logo.png
Binary file not shown.
25 changes: 12 additions & 13 deletions src/java/org/apache/ivy/plugins/report/ivy-report.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ div#logo {
padding-bottom: 10px;
background: white;
text-align: center;
}

#logo img {
border: 0;
width: 142px;
}

div#date {
Expand All @@ -39,10 +36,8 @@ div#date {
padding-bottom: 40px;
}


h1 {
margin-bottom: 2px;

border-color: #7A9437;
border-style: solid;
border-width: 0 0 3px 0;
Expand Down Expand Up @@ -82,11 +77,6 @@ span#organisation {
text-decoration: none;
}

/*
background: #ABAD85 #CED4BD
background: #DEE4CD
*/

#confmenu a.active {
color: #7A9437;
background: #DEE4CD;
Expand Down Expand Up @@ -125,7 +115,7 @@ background: #DEE4CD
}

#content a:hover {
background: #898B5E;
background: #898B5E;
}

h2 {
Expand Down Expand Up @@ -167,16 +157,18 @@ span.resolved {
font-size: small;
}

#content table {
#content table {
border-collapse: collapse;
width: 90%;
margin: auto;
margin-top: 5px;
}

#content thead {
background-color: #CED4BD;
border: 1px solid #7A9437;
}

#content tbody {
border-collapse: collapse;
background-color: #FFFFFF;
Expand Down Expand Up @@ -268,3 +260,10 @@ td.title:first-letter {
color: #7A9437;
background-color: transparent;
}

/* Firefox seems to need this */

svg.icon {
heigth: 1rem;
width: 1rem;
}
Loading

0 comments on commit 70eca12

Please sign in to comment.