Skip to content

Commit 646d322

Browse files
committed
IVY-922 use vectorised logo
1 parent cbb0714 commit 646d322

File tree

8 files changed

+580
-42
lines changed

8 files changed

+580
-42
lines changed

asciidoc/images/ivy-lierre.svg

+94
Loading

asciidoc/images/logo.png

-8.57 KB
Binary file not shown.

doc/images/ivy-lierre.svg

+94
Loading

src/java/org/apache/ivy/logo.png

-8.87 KB
Binary file not shown.

src/java/org/apache/ivy/plugins/report/ivy-report.css

+12-13
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,7 @@ div#logo {
2727
padding-bottom: 10px;
2828
background: white;
2929
text-align: center;
30-
}
31-
32-
#logo img {
33-
border: 0;
30+
width: 142px;
3431
}
3532

3633
div#date {
@@ -39,10 +36,8 @@ div#date {
3936
padding-bottom: 40px;
4037
}
4138

42-
4339
h1 {
4440
margin-bottom: 2px;
45-
4641
border-color: #7A9437;
4742
border-style: solid;
4843
border-width: 0 0 3px 0;
@@ -82,11 +77,6 @@ span#organisation {
8277
text-decoration: none;
8378
}
8479

85-
/*
86-
background: #ABAD85 #CED4BD
87-
background: #DEE4CD
88-
*/
89-
9080
#confmenu a.active {
9181
color: #7A9437;
9282
background: #DEE4CD;
@@ -125,7 +115,7 @@ background: #DEE4CD
125115
}
126116

127117
#content a:hover {
128-
background: #898B5E;
118+
background: #898B5E;
129119
}
130120

131121
h2 {
@@ -167,16 +157,18 @@ span.resolved {
167157
font-size: small;
168158
}
169159

170-
#content table {
160+
#content table {
171161
border-collapse: collapse;
172162
width: 90%;
173163
margin: auto;
174164
margin-top: 5px;
175165
}
166+
176167
#content thead {
177168
background-color: #CED4BD;
178169
border: 1px solid #7A9437;
179170
}
171+
180172
#content tbody {
181173
border-collapse: collapse;
182174
background-color: #FFFFFF;
@@ -268,3 +260,10 @@ td.title:first-letter {
268260
color: #7A9437;
269261
background-color: transparent;
270262
}
263+
264+
/* Firefox seems to need this */
265+
266+
svg.icon {
267+
heigth: 1rem;
268+
width: 1rem;
269+
}

0 commit comments

Comments
 (0)