--- a/html/spec.css Sun Jan 31 05:04:11 2010 +0900
+++ b/html/spec.css Mon Feb 01 16:13:59 2010 +0900
@@ -4,18 +4,27 @@
font-weight: normal;
color: #005A9C;
}
+
+/* IDL blocks */
.idl-code {
font-family: monospace;
border: 1px solid black;
white-space: pre;
color: black;
- background-color: #dfdfdf;
+ background-color: #ffffe0;
}
+
.idl-code a {
font-family: monospace;
color: black;
- background-color: #dfdfdf;
+ background-color: #ffffe0;
}
+
+.idl-code pre {
+ margin-top: -1em;
+ margin-bottom: -2em;
+}
+
.java-code {
font-family: monospace;
border: 1px solid black;
@@ -128,10 +137,11 @@
width: 95%;
}
-.event-definition dt a.noxref {
+.event-definition dfn a {
font-family: monospace;
color: black;
font-weight: normal;
+ font-style: normal;
padding-left: 1em;
padding-right: 1em;
padding-top: 0.2em;
@@ -141,6 +151,10 @@
background-color: #FFC500;
}
+.event-definition dd table {
+ margin-bottom: -0.5em;
+}
+
.event-definition a {
text-decoration: none
}