aboutsummaryrefslogtreecommitdiffstats
path: root/doc/coq2html.css
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2015-06-22 11:07:12 +0200
committerBernhard Schommer <bernhardschommer@gmail.com>2015-06-22 11:07:12 +0200
commita35788c962a681e3a5b210d2febfb5b4d369cf86 (patch)
tree49be3abc2cad82afda3a7324f8220f219ed31d0c /doc/coq2html.css
parent66b0512c64d39f30c103e4a1df470637c6cfd7bd (diff)
parent0e9ededa8c1d194453f5113bf57c93d0803f03b1 (diff)
downloadcompcert-a35788c962a681e3a5b210d2febfb5b4d369cf86.tar.gz
compcert-a35788c962a681e3a5b210d2febfb5b4d369cf86.zip
Merge branch 'master' into asmexpand
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; }