diff --git a/public/css/bouquins.css b/public/css/bouquins.css index 41e77d3..d9a9da8 100644 --- a/public/css/bouquins.css +++ b/public/css/bouquins.css @@ -5,13 +5,13 @@ html { } body { /* Margin bottom by footer height */ - margin-bottom: 40px; + margin-bottom: 50px; } .footer { position: absolute; bottom: 0; width: 100%; /* Set the fixed height of the footer here */ - height: 30px; + height: 40px; background-color: #f5f5f5; } diff --git a/public/images/calibre.png b/public/images/calibre.png new file mode 100644 index 0000000..a64ed2a Binary files /dev/null and b/public/images/calibre.png differ diff --git a/views/footer.jade b/views/footer.jade index e906ae1..d79dbcd 100644 --- a/views/footer.jade +++ b/views/footer.jade @@ -3,6 +3,7 @@ footer.footer ul.list-inline li: p.text-muted Copyright (c) 2014, Julien Guillot <meutel+github@meutel.net> li: a(href="/LICENSE.txt") View license + li: a(href="http://calibre-ebook.com/",title="calibre"): img(src="/images/calibre.png") li: a(href="http://getbootstrap.com/",title="bootstrap"): img(src="/images/bootstrap.png") li: a(href="http://expressjs.com/") Express li: a(href="http://nodejs.org/",title="node.js"): img(src="/images/nodejs.png")