File browser: Re-styled the path area, now has a yellow 3D-looking gradient thing. Added image-source/filepathbar-bg.svg, and corresponding png. Changed filesystem/browser/media/browser.css to the new style. (Note: This breaks the two bars below it; that's OK, we're about to restyle them too). Removed redundant span from filesystem/browser/template.html.
<py:for each="segment in paths">/<a href="${segment['href_path']}" title="Navigate to ${segment['nav_path']}">${segment['path']}</a></py:for><py:if test="isdir">/</py:if><py:if test="revno is not None"> (revision ${revno})</py:if>
12
</span>
10
<py:for each="segment in paths">/<a href="${segment['href_path']}" title="Navigate to ${segment['nav_path']}">${segment['path']}</a></py:for><py:if test="isdir">/</py:if><py:if test="revno is not None"> (revision ${revno})</py:if>