commit the footer.chtml and koji.css changes needed for the powered by koji icon
This commit is contained in:
parent
1a97c5fdbc
commit
47603127b5
2 changed files with 8 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
<p id="footer">
|
||||
Copyright © 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>
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue