1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-09-18 09:00:52 +02:00

Italicise "Useful External Links" in Sidebar of dumped Manual as per "Consistency".

This commit is contained in:
windinthew 2013-12-02 14:17:07 +00:00
parent 2dd2ea3422
commit 5e2182e582

View File

@ -2,9 +2,9 @@
<h5>Useful External Links</h5>
<div class="pBody">
<ul>
<li><a href="http://forum.audacityteam.org" title="Visit the Forum for technical support">Forum</a></li>
<li><a href="http://wiki.audacityteam.org" title="Visit the Wiki for tips, tricks and more tutorials">Wiki</a></li>
<li><a href="http://audacity.sourceforge.net/download/" title="Download the latest release">Latest Release</a></li>
<li><a style="font-style:italic" href="http://forum.audacityteam.org" title="Visit the Forum for technical support">Forum</a></li>
<li><a style="font-style:italic" href="http://wiki.audacityteam.org" title="Visit the Wiki for tips, tricks and more tutorials">Wiki</a></li>
<li><a style="font-style:italic" href="http://audacity.sourceforge.net/download/" title="Download the latest release">Latest Release</a></li>
</ul>
</div>
</div>