added code, quote styles to editor

This commit is contained in:
Mike Macgirvin
2010-08-12 01:47:08 -07:00
parent 8d0ba93436
commit dfd3cef734
4 changed files with 29 additions and 53 deletions

View File

@@ -16,6 +16,21 @@ img {
width: 600px;
}
code {
font-family: monospace;
white-space: pre;
display: block;
overflow: auto;
border: 1;
background: #000000;
color: #44FF44;
padding: 10px;
}
blockquote:before {
content: '>> ';
}
body {
background: #FEFEFE;
color: #444444;