From 93de7f375842c0afb72db8796c45bfda5f1a6f13 Mon Sep 17 00:00:00 2001 From: deva Date: Fri, 25 Mar 2011 14:54:32 +0000 Subject: Finished documenting the last widgets. Also some changes in the docgen app. --- client/docgen/style.css | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'client/docgen/style.css') diff --git a/client/docgen/style.css b/client/docgen/style.css index 778c69d..9ef9a68 100644 --- a/client/docgen/style.css +++ b/client/docgen/style.css @@ -85,7 +85,6 @@ a:hover { background-color: #D5E1E8; width: *; border: solid #84B0C7 1px; - font-weight: bold; padding: 4px; border-radius: 8px 8px 8px 8px; } @@ -106,3 +105,17 @@ a:hover { .parameter .description { display: inline; } + +.method .luamethod { + font-weight: bold; +} + +.method .luatype { + font-style: italic; + color: blue; +} + +.method .luaparms { + font-style: italic; + color: green; +} \ No newline at end of file -- cgit v1.2.3