Skip to content

Commit

Permalink
credits
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelpeixe committed Jul 8, 2012
1 parent 7e4307a commit b54086f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
Binary file added img/credits.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,10 @@ <h2>Copie os dados utilizados no infográfico</h2>
</section>
</section>
<footer>
<section id="credits">
Apoio: Fundação Fundação Carlos Chagas.
Infográfico por Casa da Cultura Digital, com Agência Pública, Estúdio Cardume e Scarlett
</section>
</footer>
</div>
</body>
Expand Down
12 changes: 10 additions & 2 deletions site.css
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ header nav ul li a:hover {
}

section#main {
margin: 20px 24px 20px 20px;
margin: 20px 24px 0 20px;
padding: 25px 25px;
background: url(img/content_bg.jpg);
position: relative;
Expand Down Expand Up @@ -709,7 +709,15 @@ section#copy p.github a {

footer {
width: 100%;
height: 200px;
}

footer #credits {
width: 886px;
margin: 0 auto;
height: 90px;
padding: 0 0 20px;
text-indent: -9999px;
background: url(img/credits.png) center right no-repeat;
}

/* --------------------------------------------------------
Expand Down

0 comments on commit b54086f

Please sign in to comment.