Searchprovider page layout cleanup

Small cleanup so that the symbols will be on the same line as the
explenations instead of having the symbols as HTML headers.
This commit is contained in:
markheloking 2014-12-08 14:08:07 +01:00
parent ce31539a0d
commit daf2e94000
1 changed files with 3 additions and 3 deletions

View File

@ -75,9 +75,9 @@ var show_nzb_providers = #if $sickbeard.USE_NZBS then "true" else "false"#;
#end if
<div>
<h4 class="note">*</h4><p class="note">Provider does not support backlog searches at this time.</p>
<h4 class="note">**</h4><p class="note">Provider supports <b>limited</b> backlog searches, all episodes/qualities may not be available.</p>
<h4 class="note">!</h4><p class="note">Provider is <b>NOT WORKING</b>.</p>
<p class="note">* Provider does not support backlog searches at this time.</p>
<p class="note">** Provider supports <b>limited</b> backlog searches, all episodes/qualities may not be available.</p>
<p class="note">! Provider is <b>NOT WORKING</b>.</p>
</div>
</div>