help.html: less css reset.

flac
John Benediktsson 2020-02-27 16:08:33 -08:00 committed by Steve Ayerhart
parent c2c6febce3
commit cdf7257f1e
No known key found for this signature in database
GPG Key ID: 5BFD39C5359E967D
1 changed files with 1 additions and 5 deletions

View 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%;
}