diff --git a/doc/styles/LS.css b/doc/styles/LS.css index ef62c070..3423e314 100644 --- a/doc/styles/LS.css +++ b/doc/styles/LS.css @@ -149,3 +149,10 @@ span.term { font-size: 1.1em; margin: 5px; } + +/* + * Function synopsis + */ +div.funcsynopsis table { + border: none; +}