Commit 73d13906 authored by Amos Latteier's avatar Amos Latteier

CSS additions for API docs and a URL fix for the help system frameset.

parent 21d3ba5f
......@@ -7,7 +7,7 @@
MARGINWIDTH="2" MARGINHEIGHT="2" SCROLLING="auto">
<FRAME
<dtml-if "_.has_key('help_url')">
SRC="<dtml-var SCRIPT_NAME><dtml-var help_url>"
SRC="<dtml-var help_url>"
<dtml-else>
SRC="main"
</dtml-if>
......
......@@ -3,11 +3,6 @@
<title><dtml-var title></title>
<style type="text/css">
<!--
h1, h2, h3, h4, h5, h6{
font-family: Verdana, Arial, Helvetica, san-serif;
}
.instructions{
background: #FFFFAA;
......@@ -21,7 +16,27 @@ border-width: thin;
border-style: solid;
padding: 10pt;
}
-->
.api{
font-size: 16pt;
font-family : "Courier New", Courier, monospace;
}
.attribute, .method{
font-size: 14pt;
font-family : "Courier New", Courier, monospace;
}
.method_doc{
background: #FFFFDD;
padding: 12pt;
}
.api_doc{
background: #FFFFDD;
padding: 12pt;
}
</style>
</head>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment