main_title_css

   Usages of this macro
... in subscribe.naml
397
398
399
400
401
402
403
404
405
406
<macro name="main_title_css">
    <style type="text/css">
        div.main-title {
            font-size:120%;
            font-weight:bold;
            margin:1em 0;
            padding: .2em;
        }
    </style>
</macro>