Skip to content

Commit

Permalink
fix inconsistencies in rules.php headers (!83)
Browse files Browse the repository at this point in the history
Squashed commit of the following:

Author: Athena <[email protected]>

    fix inconsistencies in rules.php headers.
  • Loading branch information
itismadness committed Apr 17, 2018
1 parent 623b7e9 commit 8129425
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sections/rules/clients.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<div class="thin">
<? include('jump.php'); ?>
<div class="header">
<h2 class="center">Client Whitelist</h2>
<h2 class="general">Client Whitelist</h2>
</div>
<div class="box pad">
<p>Client rules are how we maintain the integrity of our swarms. This allows us to filter out disruptive and dishonest clients that may hurt the performance of either the tracker or individual peers.</p>
Expand Down
2 changes: 1 addition & 1 deletion sections/rules/collages.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="thin">
<? include('jump.php'); ?>
<div class="header">
<h2 class="center">Collages</h2>
<h2 class="general">Collages</h2>
</div>
<div class="box pad rule_summary" style="padding: 10px 10px 10px 20px;">
<ul>
Expand Down
2 changes: 1 addition & 1 deletion sections/rules/ratio.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="thin">
<? include('jump.php'); ?>
<div class="header">
<h2 class="center">Ratio Rules</h2>
<h2 class="general">Ratio Rules</h2>
</div>
<div class="box pad rule_summary">
<br />
Expand Down
2 changes: 1 addition & 1 deletion sections/rules/requests.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="thin">
<? include('jump.php'); ?>
<div class="header">
<h2 class="center">Requests</h2>
<h2 class="general">Requests</h2>
</div>
<div class="box pad rule_summary" style="padding: 10px 10px 10px 20px;">
<ul>
Expand Down

0 comments on commit 8129425

Please sign in to comment.