Archived
1
0

comiit changes

This commit is contained in:
Jeff Becker
2016-07-30 08:02:05 -04:00
parent 985863deb2
commit 713fe21190
2 changed files with 22 additions and 5 deletions

View File

@@ -89,6 +89,12 @@ textarea {
max-height: 2.4em;
}
.post_body > pre {
font-size: 9pt;
background: rbga(0, 0, 0, 0);
font-weight: unset;
}
pre {
white-space: pre-wrap;
align: center;