# HG changeset patch # User Steve Losh # Date 1258081388 18000 # Node ID dff44420ff543f370f05110f929b0cfe733290b7 # Parent 92900603186df1323d79b7653e2aeb01d6f3c986 Try to keep the rhythm with code blocks. diff -r 92900603186d -r dff44420ff54 static/css/styles.css --- a/static/css/styles.css Thu Nov 12 22:01:40 2009 -0500 +++ b/static/css/styles.css Thu Nov 12 22:03:08 2009 -0500 @@ -174,4 +174,5 @@ /* * Code */ -pre, code { font-family: "Consolas", "Monaco", "Courier New", Courier, monospace; } \ No newline at end of file +pre, code { font-family: "Consolas", "Monaco", "Courier New", Courier, monospace; } +pre { margin: 1.5em 0 0; } \ No newline at end of file