main_title_css

NAML documentation   Watch a video
   Usages of this macro
The source code below doesn't have navigation links because no usage has been compiled yet. Navigation links depend on how and where the macro is used, so first you may try finding all usages of "main_title_css".
... 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>