macro_viewer_stylesheet

NAML documentation   Watch a video
Error Found
An error was found in the NAML code of this application – View Details | Go to NAML Editor
no macro found to override
  in (custom_tweak:save_post_by_email:1) - <override_macro name="save_post_by_email" requires="post_by_email" unindent="true">
   Usages of this macro
... in macro_viewer.naml
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
<macro name="macro_viewer_stylesheet">
    <style type="text/css">
        table.code {
            width: 100%;
            font-family: verdana, arial, sans-serif;
            font-size: 11pt;
            border-collapse:collapse;
            margin:.35em 0;
        }
        table.code tr {
            vertical-align:top;
        }
        table.code td {
            padding: 0;
        }
        table.code td.line-number {
            width: 2em;
            text-align:right;
            padding-right:.3em;
            border-right-width:2px;
            border-right-style:solid;
        }
        table.code td.line-contents {
            padding-left: .5em;
        }
        table.code a {
            text-decoration:none;
        }
        table.code a:hover {
            text-decoration:underline;
        }
    </style>
</macro>