aboutsummaryrefslogtreecommitdiffstats
path: root/doc/coq2html.css
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2015-06-11 16:19:06 +0200
committerXavier Leroy <xavier.leroy@inria.fr>2015-06-11 16:19:06 +0200
commit9622c474fd1b51ed7cf29eb7c5ecff5279ac1c73 (patch)
treec0142107cdb0f6fbf7d72f3239adc44f99cc66f4 /doc/coq2html.css
parenta3d4f94f470f1ad1b9406c67589c9ebc44c94113 (diff)
downloadcompcert-9622c474fd1b51ed7cf29eb7c5ecff5279ac1c73.tar.gz
compcert-9622c474fd1b51ed7cf29eb7c5ecff5279ac1c73.zip
Preserve ordinary comments within proof scripts.
Diffstat (limited to 'doc/coq2html.css')
-rw-r--r--doc/coq2html.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/coq2html.css b/doc/coq2html.css
index 0f6680e8..c5627bfb 100644
--- a/doc/coq2html.css
+++ b/doc/coq2html.css
@@ -7,6 +7,7 @@
div.proofscript contents of proof script
span.docright contents of (**r *) comments
span.bracket contents of [ ] within comments
+ span.comment contents of (* *) comments
span.kwd Coq keyword
span.tactic Coq tactic
span.id any other identifier
@@ -86,6 +87,10 @@ span.kwd {
color: #cf1d1d;
}
+span.comment {
+ color: #008000;
+}
+
a:visited {color : #416DFF; text-decoration : none; }
a:link {color : #416DFF; text-decoration : none; }
a:hover {text-decoration : none; }