From 017b33bd7da1c5cd064b1861aedb3ecf646ab01a Mon Sep 17 00:00:00 2001 From: Vladimir Agafonkin Date: Wed, 1 Jul 2015 13:11:05 +0300 Subject: [PATCH] adjust h2 heading margins --- docs/css/main.css | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/docs/css/main.css b/docs/css/main.css index 917586a8..70261892 100644 --- a/docs/css/main.css +++ b/docs/css/main.css @@ -87,16 +87,15 @@ table td code b { /* headings */ h2 { - margin: 30px 0 20px; - padding-top: 20px; font-weight: 400; font-size: 2em; font-weight: 300; color: black; + margin-top: 1.8em; } -.container > h2:first-child { - margin-bottom: 40px; +h2:first-child { + margin-top: 1em; } h2:target { @@ -424,10 +423,6 @@ table.plugins td:first-child a { right: -1.5em; } -.api-page .toc-col.map-col h4 { - color: #666; -} - .api-page h2 { border-bottom: 7px solid #bbb; }