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

@@ -16,14 +16,14 @@
<a class="leftborder" href="../html/index2.html">Index</a></div>
</div>
</div>
<div id="pagetitle">
<div class="pagetitle">
<h1>Port Forwarding a Router</h1>
</div>
<p>If you are using a router, it is probably OK to disable the OS X firewall, as you are already being protected by the router. To disable the firewall, open System Prefs -> Security -> Firewall. Click Stop.
<p>To forward a port in your router manually:
<div summary="To do this" id="taskbox">
<div summary="To do this" class="taskbox">
<ol>
<li>Find out what your IP address is. You can find your computer's IP address by going to System Prefs -> Network, double-clicking on your connection (for instance, Built-in Ethernet), and clicking the TCP/IP tab. It's probably something like 192.168.1.100, or 10.0.1.2.</li>
<li>Open Transmission, go to preferences, and enter a number for the port. It is recommended you pick a random number between 49152 and 65535. Let's use 50001 for now. Then quit Transmission.</li>
@@ -46,16 +46,16 @@
<p>If you find yourself having to change your router settings all the time, a static IP address might be beneficial.
<div id="pagetitle">
<div class="pagetitle">
<h1>What is a static IP?</h1>
</div>
<p>A static IP is when your computer is assigned an IP address which does not change. This can be helpful if you have a laptop or have multiple computers on your network. While it makes things a bit simpler, you don't have to have a static IP for BitTorrent or Port Forwarding to work.
<p>A dynamic IP address assigned by your wireless router for example will most likely not change unless you reboot your computer, or leave and rejoin the network. Thus, having a static IP isn't really necessary, especially if your router supports UPnP.
<p>
<div id="pagetitle">
<div class="pagetitle">
<h1>How do I get a static IP address?</h1>
</div>
<div summary="To do this" id="taskbox">
<div summary="To do this" class="taskbox">
<ol>
<li>Go to System Prefs -> Network, double-click on your connection (for instance, Built-in Ethernet), and click the TCP/IP tab.
<li>Write down the IP, Subnet Mask and Router addresses.