You need this otherwise the last dot slides in.

Btw there's a better way to do this with li:last-child but OH WELL.
This commit is contained in:
Gargaj 2013-05-14 13:34:04 +03:00
parent 661aa62a71
commit 9fc165dfa9

View File

@ -419,7 +419,7 @@ function menu(){ ?>
<li>
<a href="submit.php"><b>S<font color="#FFFFFF">ubmit</font></b></a>
</li>
<li></li> <!-- this is just here to ensure the display of the last white dot -->
<li>&nbsp;</li> <!-- this is just here to ensure the display of the last white dot -->
</ul>
</td>
</tr>