Fix font size in sidebar

This commit is contained in:
Eston Bond
2010-12-21 02:33:20 -08:00
parent 9004e21d93
commit 3a6d98aa37
2 changed files with 5 additions and 13 deletions
@@ -139,6 +139,11 @@ a:hover, a:visited {
text-shadow: 0 1px 0 #fff;
}
#wiki-rightbar p {
font-size: 1.2em;
line-height: 1.6em;
}
/* @section footer */
#wiki-footer {
clear: both;
@@ -20,19 +20,6 @@
</div>
{{#has_sidebar}}
<div id="wiki-rightbar">
<!--
<div id="nav">
<p class="parent">
<a href="javascript:void(0);">Back to <span>Page Name</span></a></li>
</p>
<h3>Directory Name</h3>
<ul class="links">
<li><a href="javascript:void(0);">Something 1</a></li>
<li><a href="javascript:void(0);">Something 2</a></li>
<li><a href="javascript:void(0);">Something 3</a></li>
</ul>
</div>
-->
{{{sidebar_content}}}
</div>
{{/has_sidebar}}