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/Crawler_p.html | |
| parent | e11504309fb7f21a492598d17d6ccbc5c56faf33 (diff) | |
replacing direct html table cellspacing with css set-up for cellspacing
Diffstat (limited to 'htroot/Crawler_p.html')
| -rw-r--r-- | htroot/Crawler_p.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/htroot/Crawler_p.html b/htroot/Crawler_p.html index c370fcbbd..281e32e18 100644 --- a/htroot/Crawler_p.html +++ b/htroot/Crawler_p.html @@ -24,7 +24,7 @@ <noscript><p>(Please enable JavaScript to automatically update this page!)</p></noscript> <fieldset id="queues" style="width:180px;float:left;"> <legend>Queues</legend> - <table border="0" cellpadding="2" cellspacing="1" class="watchCrawler"> + <table border="0" class="watchCrawler"> <tbody> <tr class="TableHeader"> <th width="110">Queue<br/> </th> @@ -78,7 +78,7 @@ </fieldset> <fieldset id="indexsize" style="width:280px;float:left;"> <legend>Index Size</legend> - <table border="0" cellpadding="2" cellspacing="1" class="watchCrawler"> + <table border="0" class="watchCrawler"> <tbody> <tr class="TableHeader"> <th width="170">Database<br/> </th> @@ -111,7 +111,7 @@ <fieldset id="progress" style="width:500px;float:left;"> <legend>Progress</legend> <form action="Crawler_p.html" method="get" enctype="multipart/form-data" accept-charset="UTF-8"> - <table border="0" cellpadding="2" cellspacing="1" class="watchCrawler"> + <table border="0" class="watchCrawler"> <tbody> <tr class="TableHeader"> <th width="160">Indicator<br/> </th> @@ -205,7 +205,7 @@ document.getElementById("queues").style.height = (document.getElementById("index #(crawlProfilesShow)#:: <fieldset> <legend>Running Crawls (#[count]#)</legend> -<table border="0" cellpadding="2" cellspacing="1" summary="A list of crawl profiles and their current settings."> +<table border="0" summary="A list of crawl profiles and their current settings."> <colgroup> <col width="16" /> <col width="140"/> |
