summaryrefslogtreecommitdiff
path: root/client/docgen/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'client/docgen/style.css')
-rw-r--r--client/docgen/style.css15
1 files changed, 14 insertions, 1 deletions
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