Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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