configuration.naml

<override_macro name="site_style" unindent="true">
	<n.overridden/>
	#forum-title {float:left;}
</override_macro>

<override_macro name="site_style" unindent="true">
	<n.overridden/>
	#description-box {float:left;}
</override_macro>

<override_macro name="has_small_avatar">true</override_macro>

<override_macro name="site_style" unindent="true">
	<n.overridden/>
.nabble .shaded-bg-color,
tr.dropdown-hover,
span.dropdown table,
.post-hover {
	background-image: url("/images/styles/glossy-light.gif");
	background-repeat: repeat-x;
}
tr.dropdown-hover {
                	background: #cccccc;
}
.nabble th,
.nabble .dark-bg-color {
	background-image: url("/images/styles/glossy-dark.gif");
	background-repeat: repeat-x;
}
.nabble .error-message,
.nabble .info-message,
.nabble .light-highlight {
	background-image: url("/images/styles/glossy-light-highlight.gif");
	background-repeat: repeat-x;
}
.nabble .highlight {
	background-image: url("/images/styles/glossy-highlight.gif");
	background-repeat: repeat-x;
}
.nabble .dark-highlight {
	background-image: url("/images/styles/glossy-dark-highlight.gif");
	background-repeat: repeat-x;
}

</override_macro>

<override_macro name="nabble_shared_scripts">
	<n.overridden/>
	<script type="text/javascript">
	var _gaq = _gaq || [];
	_gaq.push(['_setAccount', 'UA-11834941-1']);
	_gaq.push(['_trackPageview']);

	(function() {
		var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
		ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
		var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
	})();
	</script>
</override_macro>

<override_macro name="site_style">
	<n.overridden/>
	#search-box { text-align:left; }
</override_macro>