[enh] new style for footer

This commit is contained in:
Laurent Peuch 2015-12-04 17:19:47 +01:00
parent 3840ea4982
commit 8007120805
2 changed files with 9 additions and 6 deletions

View File

@ -2,6 +2,7 @@ body {
color: #222;
font-family: sans-serif;
background-color: #FBFBFB;
margin: 0;
}
.galleries-grid {
@ -126,17 +127,20 @@ body {
}
footer {
padding-top: 7em;
margin-top: 7em;
text-align: center;
position: relative;
font-family: serif;
font-size: 11px;
color: #555;
background-color: #EEE;
border-top: solid 2px #DDD;
padding-bottom: 10px;
padding-top: 14px;
}
footer hr {
width: 6%;
margin-bottom: 2em;
color: #BBB;
footer p {
margin: 0;
}
footer a {

View File

@ -68,7 +68,6 @@
<p style="visibility: hidden">.</p>
<footer>
<hr>
<p>Generate using <a href="https://github.com/psycojoker/prosopopee">Prosopopée</a> · content under <a href="CC-BY-SA">CC-BY-SA</a></p>
</footer>
</body>