diff -r b0e556c2ca95 -r 1edb7766a26e www/tmpl/rst.css --- a/www/tmpl/rst.css Fri Apr 01 23:34:17 2016 +0300 +++ b/www/tmpl/rst.css Fri Apr 01 23:47:28 2016 +0300 @@ -79,6 +79,7 @@ } table { border-collapse:collapse; margin-left:auto; margin-right:auto; } table, tr, td, th { padding: 3px; border: 1px dotted maroon; background-color: cornsilk; } +table.right td { text-align: right; } pre.code.keyword, pre.code.tag { color: blue;