Tweak styling. Add link to Sausagewiki repo

This commit is contained in:
Magnus Hoff 2017-10-01 22:15:34 +02:00
parent eaba024c3a
commit 17e1186fc8
2 changed files with 2 additions and 9 deletions

View file

@ -80,10 +80,6 @@ blockquote {
border-left: 4px solid #eee;
}
p {
margin: 0 0 28px 0;
}
code, pre {
background: #f8f8f8;
font-family: "SF Mono", "Monaco",
@ -130,7 +126,7 @@ body {
footer {
padding: 16px 6px;
padding: 0 8px;
background: #f8f8f8;
color: #444;
@ -141,10 +137,6 @@ footer {
"Droid Sans", "Helvetica Neue", sans-serif;
}
footer dl {
margin: 0;
}
footer dt, footer dd {
display: inline;
margin: 0;

View file

@ -39,4 +39,5 @@
<dt>Last updated</dt>
<dd class="last-updated">{{created}}</dd>
</dl>
<p>Powered by <a href="https://github.com/maghoff/sausagewiki">Sausagewiki</a></p>
</footer>