help.html: less css reset.

master
John Benediktsson 2020-02-27 16:08:33 -08:00
parent db1069a6dd
commit d732e87cfa
1 changed files with 1 additions and 5 deletions

View File

@ -6,16 +6,12 @@ html {
box-sizing: inherit; box-sizing: inherit;
} }
body, h1, h2, h3, h4, h5, h6, p, ol, ul {
margin: 0;
padding: 0;
}
a, .link { color: #104e8b; } a, .link { color: #104e8b; }
a:link, a:visited, a:active, .link { text-decoration: none; } a:link, a:visited, a:active, .link { text-decoration: none; }
a:hover, .link:hover { text-decoration: underline; } a:hover, .link:hover { text-decoration: underline; }
body { body {
margin: 0;
font-family: sans-serif; font-family: sans-serif;
line-height: 140%; line-height: 140%;
} }