This commit is contained in:
albert
2013-03-22 09:45:07 -07:00
parent 6c54d89a36
commit 6f32d40840
2 changed files with 17 additions and 1 deletions

View File

@@ -35,6 +35,13 @@ div.prose {
li {
list-style-type: disc;
}
pre {
font-family: monospace;
margin: 1em 0;
padding: 1em 2em;
background: #eee;
}
}
div.dtext-preview {