# HG changeset patch # User Steve Losh # Date 1284940023 14400 # Node ID 6e176449d2410a714905f8fbbe1e7e25f33015c9 # Parent bfe6a9d28ee1b956234f5c00b99c4cde6400bb91 Fix the size of h3 elements. diff -r bfe6a9d28ee1 -r 6e176449d241 media/css/sjl.less --- a/media/css/sjl.less Wed Sep 15 11:40:08 2010 -0400 +++ b/media/css/sjl.less Sun Sep 19 19:47:03 2010 -0400 @@ -42,7 +42,7 @@ h1 { font-size: 45px; line-height: 50px; margin: 25px 0; } // 3 h2 { font-size: 32px; line-height: 50px; margin: 25px 0; } // m7 h3 { font-size: 23px; line-height: 25px; margin: 25px 0; } // 3 - h3 { font-size: 18px; line-height: 25px; margin: 25px 0; } // r + h4 { font-size: 18px; line-height: 25px; margin: 25px 0; } // r code, pre { font-family: Consolas, Menlo, "Courier New", monospace; font-size: 14px;