doc/reference.html: Upgrade to OK.css 1.0.3

This commit is contained in:
Sebastian Pipping 2021-05-08 21:48:31 +02:00
parent 9d425466b8
commit 99bf4c370f
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;
}