search_page_style

NAML documentation   Watch a video
   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>