Mercurial > hg-website
changeset 326:dff44420ff54
Try to keep the rhythm with code blocks.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Thu, 12 Nov 2009 22:03:08 -0500 |
parents | 92900603186d |
children | 172ac01593f6 |
files | static/css/styles.css |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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