Merge pull request #478 from libexpat/doc-reference-html-okcss-1-0-3

doc/reference.html: Upgrade to OK.css 1.0.3
This commit is contained in:
Sebastian Pipping 2021-05-08 23:47:46 +02:00 committed by GitHub
commit fb78bfdae5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 13 deletions

File diff suppressed because one or more lines are too long

View file

@ -41,7 +41,6 @@
<title>Expat XML Parser</title>
<meta name="author" content="Clark Cooper, coopercc@netheaven.com" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<!-- OK.css (https://github.com/andrewh0/okcss) is licensed under the MIT license -->
<link href="ok.min.css" rel="stylesheet" type="text/css" />
<link href="style.css" rel="stylesheet" type="text/css" />
</head>

View file

@ -36,16 +36,6 @@ body {
max-width: none; /* was: 80ch */
}
/* Workaround OK.css issue with spacing in description lists
https://github.com/andrewh0/okcss/issues/4
*/
dt {
margin-bottom: 0;
}
dl dt:nth-child(1n+2) {
margin-top: 1.5ex;
}
.cpp-symbols dt {
font-family: monospace;
}