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:
parent
5fcfa1c537
commit
4665bbc1d2
|
@ -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">
|
||||||
|
|
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue