search_page_style

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 search.naml
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<macro name="search_page_style" requires="search">
    <style type="text/css">
        .nabble td.verbose-search-box {
            text-align: left;
            padding-top: .33em;
            padding-bottom: .33em;
            padding-left: .17em;
        }
        div.search-results-header {
            margin:2em 0 1em;
            font-size:90%;
        }
    </style>
</macro>