From: Michael Wallner Date: Wed, 20 Aug 2014 13:44:45 +0000 (+0200) Subject: moar margin for h X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=b43e16fcffefc9b7c071e7d260c43e83cc455588;p=mdref%2Fmdref moar margin for h --- diff --git a/public/index.css b/public/index.css index 3d6a8fa..0fcd088 100644 --- a/public/index.css +++ b/public/index.css @@ -139,6 +139,10 @@ li h3 { margin: .5em 0 0 0; } +body>h3 { + margin-left: 2em; +} + h1 .constant, pre>code .consant, li h3 .constant { color: #98fb98; }