# HG changeset patch # User Steve Losh # Date 1280512860 14400 # Node ID 8ac636ddb389e5dfcbba08a2e385b37bbb12dc0d # Parent c591465563dbbc426278930780b96fc45e07b660 zsh: mdown() styles diff -r c591465563db -r 8ac636ddb389 zsh/misc.zsh --- a/zsh/misc.zsh Fri Jul 30 08:44:58 2010 -0400 +++ b/zsh/misc.zsh Fri Jul 30 14:01:00 2010 -0400 @@ -8,19 +8,34 @@ body { font-family: Georgia; font-size: 17px; - line-height: 1.4; + line-height: 24px; color: #222; text-rendering: optimizeLegibility; - width: 700px; + width: 670px; margin: 20px auto; + padding-bottom: 80px; } h1, h2, h3, h4, h5, h6 { font-family: Garamond; font-weight: normal; + margin-top: 48px; } + h1 { font-size: 48px; } + h2 { + font-size: 36px; + border-bottom: 6px solid #ddd; + padding: 0 0 6px 0; + } + h3 { + font-size: 24px; + border-bottom: 6px solid #eee; + padding: 0 0 2px 0; + } + h4 { font-size: 20px; } pre { background-color: #f5f5f5; - font: normal 16px Menlo; + font: normal 15px Menlo; + line-height: 24px; padding: 8px 10px; overflow-x: scroll; }