summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/_themes/eldocs/static/asset/css/common.css
diff options
context:
space:
mode:
Diffstat (limited to 'user_guide_src/source/_themes/eldocs/static/asset/css/common.css')
-rw-r--r--user_guide_src/source/_themes/eldocs/static/asset/css/common.css24
1 files changed, 17 insertions, 7 deletions
diff --git a/user_guide_src/source/_themes/eldocs/static/asset/css/common.css b/user_guide_src/source/_themes/eldocs/static/asset/css/common.css
index d1e9fe2d9..d5b0e21bc 100644
--- a/user_guide_src/source/_themes/eldocs/static/asset/css/common.css
+++ b/user_guide_src/source/_themes/eldocs/static/asset/css/common.css
@@ -112,20 +112,30 @@ table{
.class .property{ color: #094776; }
.method big,
- .method .optional{ color: #094776; padding: 0 4px 0 6px; }
+ .method .optional
+ .function big,
+ .function .optional{ color: #094776; padding: 0 4px 0 6px; }
.class em,
- .method em{ color: #008080; }
+ .method em,
+ .function em{ color: #008080; }
- .method dt{ margin: 20px 0; }
+ .method dt,
+ .function dt{ margin: 20px 0; }
- .method table{ margin-bottom: 0; margin-left: 20px; }
+ .method table,
+ .function table{ margin-bottom: 0; margin-left: 20px; }
.method th,
- .method td{ padding: 10px; }
+ .method td,
+ .function th,
+ .function td{ padding: 10px; }
- .method td > ul{ margin: 0; margin-left: 20px; }
- .method td.field-body > p { margin: 0; margin-left: 20px; }
+ .method td > ul,
+ .function td > ul{ margin: 0; margin-left: 20px; }
+
+ .method td.field-body > p,
+ .function td.field-body > p { margin: 0; margin-left: 20px; }
a:link,
a:visited{ color: #1A5B8D; }