Archived
1
0

fix css on code blocks

This commit is contained in:
jeff 2015-08-19 21:50:52 -04:00
parent 55ce63f9bf
commit ad220c72df

View File

@ -159,4 +159,8 @@ body {
border: medium none; border: medium none;
max-width: 300px; max-width: 300px;
max-height: 200px; max-height: 200px;
}
pre > p {
margin: 0px 0px;
} }