Fix the size of h3 elements.
author |
Steve Losh <steve@dwaiter.com> |
date |
Sun, 19 Sep 2010 19:47:03 -0400 |
parents |
bfe6a9d28ee1
|
children |
6b9e420b4add
|
branches/tags |
(none) |
files |
media/css/sjl.less |
Changes
--- 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;