ltl2tgba.html: lists PSL operators in the help text.

* wrap/python/ajax/ltl2tgba.html: Revamp the syntax table to include
PSL operators.
* wrap/python/ajax/css/ltl2tgba.css: Adjust CSS as needed.
This commit is contained in:
Alexandre Duret-Lutz 2012-03-12 19:28:43 +01:00
parent 412f946ac0
commit 266bd25ba5
2 changed files with 98 additions and 39 deletions

View file

@ -56,6 +56,21 @@ div.ltl2tgba {
z-index:1;
}
.ltldoc {
text-align: right;
}
table.ltltable
{
border-collapse:collapse;
font-size: 90%;
}
.ltldocrow {
font-weight: bold;
vertical-align:top;
}
.ltl2tgba div.ui-widget-content {
padding: 3px;
margin: 2px 0px;