Skip to content

Adicionando link para código fonte e melhorando bootstrap #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,11 @@ div.tab-content {border: 1px solid #dfdfdf; border-top: none; margin-bottom: 20p


/*Footer */
footer {position: relative; bottom: -100px; margin-bottom: 10px;}
footer {position: relative; bottom: -100px; margin-bottom: 10px;}

/* Separador - é necessário pelo menos um   dentro da div */
.separador {
padding-top:1em;
padding-bottom:1em;
}

2 changes: 1 addition & 1 deletion views/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<p>
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">
<img alt="Licença Creative Commons" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" />
</a>O <span xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/Dataset" property="dct:title" rel="dct:type">Mapa colaborativo de PANCs</span> do <a xmlns:cc="http://creativecommons.org/ns#" href="http://kaaete.org" property="cc:attributionName" rel="cc:attributionURL">Ka'a-eté</a> está licenciado com uma Licença <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons - CC BY-SA 4.0 Internacional</a>.</p>
</a>O <span xmlns:dct="http://purl.org/dc/terms/" href="http://purl.org/dc/dcmitype/Dataset" property="dct:title" rel="dct:type">Mapa colaborativo de PANCs</span> do <a xmlns:cc="http://creativecommons.org/ns#" href="http://kaaete.org" property="cc:attributionName" rel="cc:attributionURL">Ka'a-eté</a> está licenciado com uma Licença <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons - CC BY-SA 4.0 Internacional</a>. {{=A(T("Source code"), _target="_blank", _href="https://github.com/kaaete/web_app/")}}{{=T(" for this website.")}}</a></p>
</div>
</footer>

Expand Down
2 changes: 2 additions & 0 deletions views/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,6 @@
</header>
<div class="flash alert alert-dismissable">{{=response.flash or ''}}</div>

<!-- Esta div serve pra jogar o conteúdo da páginas para baixo, para exibição em computadores que não fazem isto automaticamente. -->
<div class="separador">&nbsp;</div>