Some HTML appearance tweaks

This commit is contained in:
James Gregory 2014-01-19 13:04:56 +11:00
commit 393130a16e

View file

@ -49,11 +49,20 @@ h2 {
text-align: center;
}
figure {
text-align: center;
}
pre, table {
overflow: scroll;
width: 100%;
}
caption {
font-weight: bold;
margin-bottom: 20px;
}
pre {
line-height: 1em;
}