2
0

The x template doesn't use all the symbols from the o template.

This commit is contained in:
Maarten Billemont
2014-08-20 15:22:08 -04:00
parent 60ecd8181e
commit aa60dcfbe4
3 changed files with 19 additions and 4 deletions

View File

@@ -104,6 +104,13 @@ h2.inline, h3.inline, h4.inline {
.box img {
border: 1px solid white;
}
img.block {
display: block;
border: 1px solid black;
padding: 4px;
margin: auto 1em;
width: 640px;
}
.thumb {
clear: both;