Last list item shouldn't have right border.

git-svn-id: https://develop.svn.wordpress.org/trunk@476 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2003-10-26 19:49:02 +00:00
parent aa2843398c
commit 124c64f0f8
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ default:
}
} // end for each group
?>
<li><a href="wp-options-permalink.php">Permalinks</a></li>
<li class="last"><a href="wp-options-permalink.php">Permalinks</a></li>
</ul>
<br clear="all" />
<div class="wrap">

View File

@ -119,7 +119,7 @@ default:
}
} // end for each group
?>
<li><a href="wp-options-permalink.php">Permalinks</a></li>
<li class="last"><a href="wp-options-permalink.php">Permalinks</a></li>
</ul>
<br clear="all" />
<div class="wrap">