summaryrefslogtreecommitdiff
path: root/jarmonbuild/yuidoc_template/assets/api.css
diff options
context:
space:
mode:
Diffstat (limited to 'jarmonbuild/yuidoc_template/assets/api.css')
-rw-r--r--jarmonbuild/yuidoc_template/assets/api.css15
1 files changed, 8 insertions, 7 deletions
diff --git a/jarmonbuild/yuidoc_template/assets/api.css b/jarmonbuild/yuidoc_template/assets/api.css
index 878a0b1..3f7e565 100644
--- a/jarmonbuild/yuidoc_template/assets/api.css
+++ b/jarmonbuild/yuidoc_template/assets/api.css
@@ -53,6 +53,7 @@ a:visited { color: #003399;}
#yui-classopts-form fieldset legend { display: none; }
/* undo reset.css styles for description block formatting */
+#doc3 .description dl { margin: 5px 0 10px 0; }
#doc3 .description ul { padding: 10px 0 10px 28px; font-size: 90%; list-style: disc}
#doc3 .description li { list-style: disc}
#doc3 .description p { padding-bottom: 10px}
@@ -81,7 +82,7 @@ a:visited { color: #003399;}
#doc3 .nav .module UL.content A { text-decoration: none; color: black; display: block; padding: 2px 4px 2px 4px; }
#doc3 .nav .module LI,
#doc3 .nav .module LI A {
- zoom: 1;
+ zoom: 1;
}
#doc3 .nav .module LI.selected A,
#doc3 .nav .module LI A:hover {
@@ -166,21 +167,21 @@ a:visited { color: #003399;}
body.show_deprecated .deprecated,
body.show_private .private,
body.show_protected .protected {
- display: inherit;
+ display: block;
}
#splash_classList ul {
- margin: 1em;
- margin-left:2em;
+ margin: 1em;
+ margin-left:2em;
}
#splash_classList ul li {
- list-style: disc outside;
+ list-style: disc outside;
}
/* source code view */
-#srcout {min-width: 580px; }
-*html #srcout { width: 100%; padding-bottom:1em; overflow-x:auto }
+#srcout {min-width: 580px; }
+*html #srcout { width: 100%; padding-bottom:1em; overflow-x:auto }
.highlight .c { color: #60a0b0; font-style: italic } /* Comment */
.highlight .err { border: 1px solid #FF0000 } /* Error */