This footer, lol
This commit is contained in:
parent
41a91c76d3
commit
cc442ba07a
3 changed files with 2 additions and 10 deletions
|
@ -137,19 +137,13 @@ p {
|
|||
}
|
||||
|
||||
.side_found { margin-top: 100}
|
||||
.footer {}
|
||||
@media screen and (min-width: 1024px) {
|
||||
.recomendations {
|
||||
margin-left: 40%;}
|
||||
|
||||
.searchbar {
|
||||
width: 35%;}
|
||||
.footer {
|
||||
width: 60%;
|
||||
height: 70;
|
||||
position: fixed;
|
||||
bottom: 70;
|
||||
left: 40%;}
|
||||
|
||||
.side_found {
|
||||
margin-top: 0;
|
||||
width: 35%;
|
||||
|
|
|
@ -300,6 +300,7 @@ def source_code_link(page):
|
|||
|
||||
<!-- This the the footer of every page -->
|
||||
|
||||
<hr>
|
||||
This website is under the GNU AGPL license.
|
||||
|
||||
<!-- As always I want to add a bit of CSS to make tables
|
||||
|
|
|
@ -225,9 +225,6 @@ class handler(BaseHTTPRequestHandler):
|
|||
|
||||
page = page + '<div class="recomendations">'
|
||||
page = render.suggestions(page, software_data)
|
||||
page = page + "</div>"
|
||||
|
||||
page = page + '<div class="footer">'
|
||||
page = render.source_code_link(page)
|
||||
page = page + "</div>"
|
||||
|
||||
|
|
Loading…
Reference in a new issue