if name is None:
name = 'popbox_' + repr(m.attributes['popbox_name'])
</%init>
-<div id="<% name %>_div" class="<% class_ %>" style="display:none;"><% m.content().strip() %></div>
+</pre><div id="<% name %>_div" class="<% class_ %>" style="display:none;"><% m.content().strip() %></div><pre>
</%method>
<%method poplink trim="both">
}
.code {
+ font-family:courier, serif;
+ font-size:12px;
+ background-color: #E2E2EB;
+ padding:2px 2px 2px 10px;
+ margin: 5px 5px 5px 5px;
+ line-height:1.2em;
}
.codepop {
color:#000000;
border:1px solid;
padding:10px;
- margin:5px 10px 5px 0px;
+ width:95%;
+ /*margin:5px 10px 5px 0px;*/
+ /*clear:right;*/
}
.codepoplink {