The logo is now centered correctly. The Archiva logo has been made smaller.

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@707536 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James William Dumay 2008-10-24 04:02:25 +00:00
parent 206e29a58a
commit f226ac654f
3 changed files with 12 additions and 3 deletions

View File

@ -57,9 +57,11 @@
<div id="leftColumn">
<div id="navcolumn">
<div id="companyLogo">
<my:currentWWUrl action="index" namespace="/">
<img src="<c:url value='/images/archiva.png' />" alt="" width="155" height="55"/>
<img src="<c:url value='/images/archiva.png' />"/>
</my:currentWWUrl>
</div>
<h5>Find</h5>
<ul>
<li class="none">

View File

@ -138,6 +138,13 @@ p {
border: 1px solid #999;
}
#companyLogo {
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}
dl {
padding: 4px 4px 4px 6px;
border: 1px solid #aaa;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.6 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB