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 @@ ...@@ -7,7 +7,7 @@
MARGINWIDTH="2" MARGINHEIGHT="2" SCROLLING="auto"> MARGINWIDTH="2" MARGINHEIGHT="2" SCROLLING="auto">
<FRAME <FRAME
<dtml-if "_.has_key('help_url')"> <dtml-if "_.has_key('help_url')">
SRC="<dtml-var SCRIPT_NAME><dtml-var help_url>" SRC="<dtml-var help_url>"
<dtml-else> <dtml-else>
SRC="main" SRC="main"
</dtml-if> </dtml-if>
......
...@@ -3,11 +3,6 @@ ...@@ -3,11 +3,6 @@
<title><dtml-var title></title> <title><dtml-var title></title>
<style type="text/css"> <style type="text/css">
<!--
h1, h2, h3, h4, h5, h6{
font-family: Verdana, Arial, Helvetica, san-serif;
}
.instructions{ .instructions{
background: #FFFFAA; background: #FFFFAA;
...@@ -21,7 +16,27 @@ border-width: thin; ...@@ -21,7 +16,27 @@ border-width: thin;
border-style: solid; border-style: solid;
padding: 10pt; 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> </style>
</head> </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