fix some spacing issues with the sidebar nav

This commit is contained in:
Jeremy Newman
2008-12-09 14:17:51 -06:00
parent 270b65b0f8
commit 0136e4a92b
2 changed files with 2 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ class htmlmenu {
function addmisc($sStuff, $sAlign = "left")
{
echo "<div align=\"$sAlign\">$sStuff</div>\n";
echo "<li><p style=\"text-align: $sAlign\">$sStuff</p></li>\n";
}
function done($form = null)