diff options
| author | Jim Fehrle | 2020-06-23 14:06:50 -0700 |
|---|---|---|
| committer | Jim Fehrle | 2020-07-08 11:36:27 -0700 |
| commit | fa3d479cbf3f84a231fe8587c321df03538b18e7 (patch) | |
| tree | 8e1beffb2922635ab6546014a4559a2989c0b3f4 /doc/sphinx/_static/notations.css | |
| parent | b291704713f762cf93e5fda012f297ddd895b5fd (diff) | |
Add tags in prodn indicating productions that are from plugins,
filtered-only show Ltac2 tags outside of ltac2.rst
Diffstat (limited to 'doc/sphinx/_static/notations.css')
| -rw-r--r-- | doc/sphinx/_static/notations.css | 14 |
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; } |
