Commit fedd58c82807ba7a14c0f4d4b6c650fc4d7653eb
1 parent
c1341a60
Exists in
master
new GDF footer image
Showing
4 changed files
with
3 additions
and
3 deletions
Show diff stats
footer.rhtml
... | ... | @@ -45,7 +45,7 @@ |
45 | 45 | <div id="copyright"> |
46 | 46 | <p><a rel="license" href="http://creativecommons.org/licenses/by/4.0/deed.en_US"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by/4.0/80x15.png" /></a><br />Todo o conteúdo e dados da rede está disponível sob a licença <a rel="license" href="http://creativecommons.org/licenses/by/4.0/deed.en_US">Creative Commons Attribution 4.0 International License</a> exceto quando especificado em contrário e nos conteúdos replicados de outras fontes.</p> |
47 | 47 | |
48 | - <p id="dev-info"><%= _('This site uses <a href="http://noosfero.org/">Noosfero</a>, developed by %s and licensed under the <a href="http://www.gnu.org/licenses/agpl.html">GNU Affero General Public License</a> version 3 or any later version.') % link_to('Colivre', 'http://colivre.coop.br/') %> | |
48 | + <p><a href="http://noosfero.org/">Noosfero</a>, <a href="http://www.gnu.org/licenses/agpl.html">GNU Affero General Public License</a>, desenvolvido por <a href="http://colivre.coop.br/">Colivre</a> | |
49 | 49 | </p> |
50 | 50 | |
51 | 51 | ... | ... |
images/bg-gradient.png
images/gdf-footer.png
style.css
... | ... | @@ -673,7 +673,7 @@ div#article-parent { |
673 | 673 | |
674 | 674 | #copyright { |
675 | 675 | float: right; |
676 | - width: 500px; | |
676 | + width: 400px; | |
677 | 677 | /* opacity: 0.6; */ |
678 | 678 | color: #000 rgba(0,0,0,0.7); |
679 | 679 | } |
... | ... | @@ -708,7 +708,7 @@ div#article-parent { |
708 | 708 | #gdf { |
709 | 709 | display: block; |
710 | 710 | float: left; |
711 | - width: 84px; | |
711 | + width: 172px; | |
712 | 712 | height: 98px; |
713 | 713 | background: url(images/gdf-footer.png) top left no-repeat; |
714 | 714 | /* opacity: 0.7; */ | ... | ... |