mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-06 13:45:00 +00:00
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:
commit
fb78bfdae5
3 changed files with 2 additions and 13 deletions
4
expat/doc/ok.min.css
vendored
4
expat/doc/ok.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue