Last list item shouldn't have right border.

git-svn-id: http://svn.automattic.com/wordpress/trunk@476 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2003-10-26 19:49:02 +00:00
parent 5fcfa1c537
commit 4665bbc1d2
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ default:
} }
} // end for each group } // 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> </ul>
<br clear="all" /> <br clear="all" />
<div class="wrap"> <div class="wrap">

View File

@ -119,7 +119,7 @@ default:
} }
} // end for each group } // 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> </ul>
<br clear="all" /> <br clear="all" />
<div class="wrap"> <div class="wrap">