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/Network.html | |
| parent | e11504309fb7f21a492598d17d6ccbc5c56faf33 (diff) | |
replacing direct html table cellspacing with css set-up for cellspacing
Diffstat (limited to 'htroot/Network.html')
| -rw-r--r-- | htroot/Network.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/htroot/Network.html b/htroot/Network.html index d6a101132..810819e8f 100644 --- a/htroot/Network.html +++ b/htroot/Network.html @@ -102,7 +102,7 @@ document.getElementById("apilink").setAttribute("href", "Network.xml?" + window. <input type="submit" name="search" value="Search" />
</fieldset>
</form>
- <table class="sortable" border="0" cellpadding="2" cellspacing="1">
+ <table class="sortable" border="0">
<tr class="TableHeader" valign="bottom">
<td>send <strong>M</strong>essage/<br/>show <strong>P</strong>rofile/<br/>edit <strong>W</strong>iki/<br/>browse <strong>B</strong>log</td>
<td><strong>Name</strong><br/></td>
@@ -178,7 +178,7 @@ document.getElementById("apilink").setAttribute("href", "Network.xml?" + window. </p>
::
<div class="left">
- <table border="0" cellpadding="2" cellspacing="1" width="1024">
+ <table border="0" width="1024">
<tr class="TableHeader">
<td rowspan="5" class="TableHeader" width="10%">Network</td>
<td colspan="#(active-switch)#2::3::4::5::6#(/active-switch)#" width="22%">Online Peers</td>
@@ -234,7 +234,7 @@ document.getElementById("apilink").setAttribute("href", "Network.xml?" + window. </div>
<div class="left">
Your Peer:
- <table border="0" cellpadding="2" cellspacing="1" width="600">
+ <table border="0" width="600">
<tr class="TableHeader">
<td>Name</td>
<td>Info</td>
|
