... | in configuration.naml |
9 10 11 12 13 14 15 16 17 18 19
|
<override_macro name="nabble_stylesheets" unindent="true">
<n.overridden/>
<style type="text/css">
body, input, button, textarea, select {
font-family: 'Tahoma';
}
</style>
</override_macro>
|
... | in responsive.naml |
196 197 198 199 200 201 202 203 204
|
<override_macro name="nabble_stylesheets" unindent="true">
<n.overridden/>
<style type="text/css">
@media (max-width: 600px) {
#search-box,#topic-search-box{margin:1em 0}
td.pin-column img{display:none}
}
</style>
</override_macro>
|
... | in utilities.naml |
65 66 67 68
|
<macro name="nabble_stylesheets">
<link rel="stylesheet" href="/nabble.css?v=[n.css_version Binary Namespace: NabbleNamespace
♦ ♦
<link rel="stylesheet" href="/template/NamlServlet.jtp?macro=site_style" type="text/css" />
</macro>
|
Free forum by Nabble | Edit this page |