From d732e87cfac7dfc8a230f0dac8b52a09c4be7163 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Thu, 27 Feb 2020 16:08:33 -0800 Subject: [PATCH] help.html: less css reset. --- basis/help/html/stylesheet.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/basis/help/html/stylesheet.css b/basis/help/html/stylesheet.css index 2d5d64efb2..d81cc758b4 100644 --- a/basis/help/html/stylesheet.css +++ b/basis/help/html/stylesheet.css @@ -6,16 +6,12 @@ html { box-sizing: inherit; } -body, h1, h2, h3, h4, h5, h6, p, ol, ul { - margin: 0; - padding: 0; -} - a, .link { color: #104e8b; } a:link, a:visited, a:active, .link { text-decoration: none; } a:hover, .link:hover { text-decoration: underline; } body { + margin: 0; font-family: sans-serif; line-height: 140%; }