add link to calibre in footer
This commit is contained in:
parent
aa78f89315
commit
44385e8e01
@ -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;
|
||||
}
|
||||
|
BIN
public/images/calibre.png
Normal file
BIN
public/images/calibre.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user