aboutsummaryrefslogtreecommitdiff
path: root/doc/sphinx/_static/notations.css
diff options
context:
space:
mode:
authorcoqbot-app[bot]2020-08-26 17:28:04 +0000
committerGitHub2020-08-26 17:28:04 +0000
commit748299d286b575f749bf7f5d9c9b7d2842a281a7 (patch)
treea9a2527478ec271dfbe37c37c309dcade5ed382a /doc/sphinx/_static/notations.css
parent4e6b029805a74ea16166da2c5f59f9669fd34eb8 (diff)
parent4a7e39323bd57ac41ec90d4ea18f10423029e8b5 (diff)
Merge PR #12085: Convert ltac2 chapter to use prodn, update syntax
Reviewed-by: JasonGross Reviewed-by: Zimmi48 Ack-by: jfehrle Ack-by: ppedrot
Diffstat (limited to 'doc/sphinx/_static/notations.css')
-rw-r--r--doc/sphinx/_static/notations.css14
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/sphinx/_static/notations.css b/doc/sphinx/_static/notations.css
index 9546f7107e..8c3f7ac3c1 100644
--- a/doc/sphinx/_static/notations.css
+++ b/doc/sphinx/_static/notations.css
@@ -192,7 +192,8 @@
.prodn-cell-nonterminal,
.prodn-cell-op,
-.prodn-cell-production
+.prodn-cell-production,
+.prodn-cell-tag
{
display: table-cell;
}
@@ -206,6 +207,17 @@
font-weight: normal;
}
+.prodn-cell-production {
+ width: 99%;
+}
+
+.prodn-cell-tag {
+ text-align: right;
+ font-weight: normal;
+ font-size: 75%;
+ font-family: "Lato","proxima-nova","Helvetica Neue",Arial,sans-serif;
+}
+
.prodn-table .notation > .repeat-wrapper {
margin-top: 0.28em;
}