diff options
| author | Michael Peter Christen <mc@yacy.net> | 2014-03-31 01:15:35 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2014-03-31 01:15:35 +0200 |
| commit | 656e2ce62ac0667e700dab8cb12fbe476ce2c7b7 (patch) | |
| tree | b7098c5deaf1afeb0713e80b5256bb6c8d37a95c /htroot/Load_RSS_p.html | |
| parent | e11504309fb7f21a492598d17d6ccbc5c56faf33 (diff) | |
replacing direct html table cellspacing with css set-up for cellspacing
Diffstat (limited to 'htroot/Load_RSS_p.html')
| -rw-r--r-- | htroot/Load_RSS_p.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/htroot/Load_RSS_p.html b/htroot/Load_RSS_p.html index 63d9a8284..55defa87c 100644 --- a/htroot/Load_RSS_p.html +++ b/htroot/Load_RSS_p.html @@ -67,7 +67,7 @@ #(showscheduledfeeds)#:: <form id="scheduledfeeds" action="Load_RSS_p.html"><fieldset> <legend>List of Scheduled RSS Feed Load Targets</legend> - <table class="sortable" border="0" cellpadding="2" cellspacing="1"> + <table class="sortable" border="0"> <tr class="TableHeader" valign="bottom"> <td class="sorttable_nosort"><input type="checkbox" name="allswitch" onclick="checkAll(this.form.id, this.checked);" /></td> <td>Title</td> @@ -104,7 +104,7 @@ #(shownewfeeds)#:: <form id="newfeeds" action="Load_RSS_p.html"><fieldset> <legend>Available RSS Feed List</legend> - <table class="sortable" border="0" cellpadding="2" cellspacing="1"> + <table class="sortable" border="0"> <tr class="TableHeader" valign="bottom"> <td class="sorttable_nosort"><input type="checkbox" name="allswitch" onclick="checkAll(this.form.id, this.checked);" /></td> <td>Title</td> @@ -141,7 +141,7 @@ <dt>Time-to-live</dt><dd>#[ttl]#</dd> <dt>Docs</dt><dd>#[docs]#</dd> </dl> - <table class="sortable" border="0" cellpadding="2" cellspacing="1"> + <table class="sortable" border="0"> <tr class="TableHeader" valign="bottom"> <td class="sorttable_nosort"><input type="checkbox" name="allswitch" onclick="checkAll(this.form.id, this.checked);" /></td> <td>State</td> |
