diff options
| author | msozeau | 2009-01-08 16:06:42 +0000 |
|---|---|---|
| committer | msozeau | 2009-01-08 16:06:42 +0000 |
| commit | b80e47d26cd703da5195d6134c74c485d8624b6f (patch) | |
| tree | 31c645a5f54c94e1c2e3db3a361aa7193ced801a /tools | |
| parent | 928e1c69588a2057c8d30a2bb4c3fe140cfe025f (diff) | |
Minor doc fixes:
- Set BIBINPUTS variable correctly so that we do not use any random
biblio.bib file.
- Update setoid_rewrite doc to new typeclasses syntax and fix verb ->
texttt
- Stop using less than 100% line heights in coqdoc.css
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11767 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/coqdoc/coqdoc.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/coqdoc/coqdoc.css b/tools/coqdoc/coqdoc.css index c4e0663cdd..a9a9970663 100644 --- a/tools/coqdoc/coqdoc.css +++ b/tools/coqdoc/coqdoc.css @@ -25,7 +25,7 @@ body { padding: 0px 0px; padding: 10px; overflow: hidden; font-size: 100%; - line-height: 80% } + line-height: 100% } #main a.idref:visited {color : #416DFF; text-decoration : none; } #main a.idref:link {color : #416DFF; text-decoration : none; } |
