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

View File

@ -68,7 +68,6 @@
<p style="visibility: hidden">.</p> <p style="visibility: hidden">.</p>
<footer> <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> <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> </footer>
</body> </body>