summaryrefslogtreecommitdiff
path: root/client/docgen/style.css
diff options
context:
space:
mode:
authordeva <deva>2011-03-25 14:54:32 +0000
committerdeva <deva>2011-03-25 14:54:32 +0000
commit93de7f375842c0afb72db8796c45bfda5f1a6f13 (patch)
treef00bb8bab149e11b5fbb7208382b142d9fafc53e /client/docgen/style.css
parenta3016fbf0d50bfe82e69a657328ef76370227979 (diff)
Finished documenting the last widgets. Also some changes in the docgen app.
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