]> gitweb.factorcode.org Git - factor.git/commitdiff
help.html: less css reset.
authorJohn Benediktsson <mrjbq7@gmail.com>
Fri, 28 Feb 2020 00:08:33 +0000 (16:08 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Fri, 28 Feb 2020 00:08:33 +0000 (16:08 -0800)
basis/help/html/stylesheet.css

index 2d5d64efb2ca437da82173eb212f8cd7db92fa28..d81cc758b4ccc523f9584456b2a65386f0910490 100644 (file)
@@ -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%;
 }