1
Fork 0

Monospace all heading in a post

This commit is contained in:
Jan-Erik Rediger 2014-11-15 10:51:46 -10:00
parent d0fb737e08
commit d1f0064301

View file

@ -20,6 +20,7 @@ h1 a:hover { text-decoration: none; }
.post p {
word-wrap: break-word;
}
.post h2, .post .h3 { font-family: monospace; }
.footer { padding-top: 0px; }
.footer p { padding: 0; margin: 0;}
blockquote {