d4210844ac
Plus some more minor tweaks to the framework.
18 lines
314 B
Mako
18 lines
314 B
Mako
## -*- coding: utf-8 -*-
|
|
<%inherit file="/master/create.mako" />
|
|
|
|
<%def name="head_tags()">
|
|
${parent.head_tags()}
|
|
<style type="text/css">
|
|
|
|
div.form div.field-wrapper.format textarea {
|
|
font-size: 120%;
|
|
font-family: monospace;
|
|
width: auto;
|
|
}
|
|
|
|
</style>
|
|
</%def>
|
|
|
|
${parent.body()}
|
|
|