fix: broken HTML (#1446)

* chore: refresh css files with sass 1.26.10

* fix: css selector for toolbar-separator

* chore: fix duplicate html ids in mac client faq

* fix: duplicate ID 'pagetitle' tags in Mac help

* fix: duplicate ID 'taskbox' tags in Mac help

* chore: fix mismatched div
This commit is contained in:
Charles Kerr
2020-09-12 21:44:47 -05:00
committed by GitHub
parent 83cc7e04c8
commit 09cc4c7a68
21 changed files with 2151 additions and 1618 deletions

View File

@@ -18,13 +18,13 @@
</div>
</div>
<div id="pagetitle">
<div class="pagetitle">
<h1>What is remote access? </h1>
</div>
<p>Transmission has a web interface which can be used to monitor and manage your transfers over the internet. Other applications, such as <i>transmission-remote</i>, can also control Transmission. If you want to use the web interface, or another remote control application, check 'Enable remote access'. Leave this option unchecked if you are only going to be managing your transfers on your local machine.
<p>For security purposes, you can password protect access to Transmission, as well as restrict access to a trusted list of external IP addresses. To add an address to the list, click the + button.
<p>You can view the web interface on your local computer by clicking the 'Launch web interface' button. To view it on a remote location:
<div summary="To do this" id="taskbox">
<div summary="To do this" class="taskbox">
<ol>
<li>Open your web browser</li>
<li>In the address bar, enter "http://localip:port/transmission/web/", where: </li>