org.symbian.tools.wrttools.doc.WebDeveloper/html/css/dtddoc.css
changeset 229 716254ccbcc0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/org.symbian.tools.wrttools.doc.WebDeveloper/html/css/dtddoc.css	Fri Mar 05 19:11:15 2010 -0800
@@ -0,0 +1,54 @@
+body {
+    font-family: "Arial Unicode MS", sans-serif;
+    font-size: 12px;
+}
+h3 {
+    border-bottom: solid 1px black;
+}
+.fixed {
+    font-style: italic;
+}
+.required {
+    font-weight: bold;
+}
+table.attributes {
+  border-collapse: collapse;
+}
+table.attributes,
+table.attributes tr,
+table.attributes td,
+table.attributes th {
+  border: solid 1px black;
+}
+table.attributes th {
+  background-color: #03C;
+  color: white;
+}
+table.attributes tr {
+    vertical-align: top;
+}
+table.attributes th {
+    text-align: left;
+}
+table.attributes td,
+table.attributes th {
+    padding: 1px 3px;
+}
+table.attributes td li {
+  line-height: 100%;
+}
+.element > p,
+.element > table {
+    margin-left: 16px;
+}
+.parameterEntityContent {
+    font-family: monospace;
+    font-size: 0.8em;
+}
+.enumeration {
+    margin: 0;
+    padding-left: 1em;
+}
+.contentModel {
+    font-family: monospace;
+}
\ No newline at end of file