commit the footer.chtml and koji.css changes needed for the powered by koji icon

This commit is contained in:
Dennis Gilmore 2009-08-10 09:38:04 -05:00
parent 1a97c5fdbc
commit 47603127b5
2 changed files with 8 additions and 0 deletions

View file

@ -2,6 +2,7 @@
<p id="footer">
Copyright &copy; 2006-2009 Red Hat
<a href="https://fedorahosted.org/koji/"><img src="/koji-static/images/powered-by-koji.png" alt="Powered By Koji" id="PoweredByKojiLogo"/></a>
</p>
</div>

View file

@ -83,6 +83,13 @@ p#footer a {
text-decoration: none;
}
#PoweredByKojiLogo {
/* Used only for the powered by koji icon */
float: right;
border: 0px;
height: 20px;
}
.hide {
display: none;
}