org.symbian.tools.wrttools.doc.WebDeveloper/html/css/dtddoc.css
author Eugene Ostroukhov <eugeneo@symbian.org>
Mon, 15 Mar 2010 17:56:08 -0700
changeset 268 ef733cd772bb
parent 229 716254ccbcc0
permissions -rw-r--r--
Bug 2213 - User is not prompted to save when debug session is started

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;
}