From 7ea60bd2fd7990c19fd0948525788f8374158f06 Mon Sep 17 00:00:00 2001 From: Nishanth Shanmugham Date: Thu, 24 Dec 2015 21:37:58 -0600 Subject: [PATCH] Header spacing size updates --- markdown.less | 2 ++ static/css/main.css | 8 +++++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/markdown.less b/markdown.less index 8311bbf..c346ba1 100644 --- a/markdown.less +++ b/markdown.less @@ -9,6 +9,8 @@ section.main .content { h1, h2, h3, h4, h5, h6 { .heading(); + text-transform: none; + margin-top: 1.75rem; } h1 { diff --git a/static/css/main.css b/static/css/main.css index 3fe4b41..71e8ddc 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -574,6 +574,8 @@ section.main .content .markdown h6 { -webkit-font-smoothing: antialiased; font-smoothing: antialiased; color: #333; + text-transform: none; + margin-top: 1.75rem; } section.main .content .markdown h1 { font-size: 1.75rem; @@ -659,8 +661,8 @@ section.main .content .markdown hr { position: relative; margin: 1.75rem 0; border: 0; - border-top: 1px solid #919191; - border-top: 1px solid #aaaaaa; + border-top: 1px solid #808080; + border-top: 1px solid #999999; } section.main .content .markdown abbr { font-size: 0.85rem; @@ -670,7 +672,7 @@ section.main .content .markdown abbr { } section.main .content .markdown abbr[title] { cursor: help; - border-bottom: 1px dotted #919191; + border-bottom: 1px dotted #808080; } section.main .content .markdown blockquote { padding: .5rem 1rem;