Currently experiencing an issue with Google Chrome where the first list item's bullet is floating right while all other list items' bullets are aligned correctly at left.
Here is the code snippet causing the problem:
<div class="window_sub_title2">The Interface</div>
<ul>
<li>Toolbox </li>
<li>Context Menus </li>
<li>Tool Options Bar </li>
<li>Menu Bar </li>
<li>Palette Well </li>
<li>Rulers </li>
<li>Guides and grid </li>
<li>Navigating in Photoshop </li>
<li>Shortcuts </li>
<li>File Browser </li>
</ul>
To see how it looks in Chrome, visit this link:
You can also view the page with the issue on this link.