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)

View File

@@ -110,7 +110,6 @@ BODY {
}
#sidebar LI {
width: 156px;
height: 20px;
margin: 0;
padding: 5px 0 0 0;
background-image: url('images/side_menu_bg.png');
@@ -118,7 +117,7 @@ BODY {
font-size: 10px;
color: white;
}
#sidebar LI P { margin: 0; padding: 0 0 0 15px; }
#sidebar LI P { margin: 0; padding: 0 15px 5px 15px; }
#sidebar LI.top {
height: 33px;
margin: 0;